Skip to content

Commit 3628e97

Browse files
author
Vladimir Kotal
committed
fix asset name
1 parent 5cda9be commit 3628e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
with:
6161
upload_url: ${{ steps.create_release.outputs.upload_url }}
6262
asset_path: ./distribution/target/opengrok-${{ needs.get_tag.outputs.tag }}.tar.gz
63-
asset_name: opengrok-${{ github.ref }}.tar.gz
63+
asset_name: opengrok-${{ needs.get_tag.outputs.tag }}.tar.gz
6464
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)