We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cda9be commit 3628e97Copy full SHA for 3628e97
.github/workflows/release.yml
@@ -60,5 +60,5 @@ jobs:
60
with:
61
upload_url: ${{ steps.create_release.outputs.upload_url }}
62
asset_path: ./distribution/target/opengrok-${{ needs.get_tag.outputs.tag }}.tar.gz
63
- asset_name: opengrok-${{ github.ref }}.tar.gz
+ asset_name: opengrok-${{ needs.get_tag.outputs.tag }}.tar.gz
64
asset_content_type: application/octet-stream
0 commit comments