Include tag name in release upload command

This commit is contained in:
Max Goedjen 2025-09-14 16:27:14 -07:00
parent d9d93574f2
commit 301418eb5d
No known key found for this signature in database

View File

@ -83,7 +83,7 @@ jobs:
sed -i.tmp "s/RUN_ID/$RUN_ID/g" .github/templates/release.md
sed -i.tmp "s/ATTESTATION_ID/$ATTESTATION_ID/g" .github/templates/release.md
gh release create $TAG_NAME -d -F .github/templates/release.md
gh release upload Secretive.zip
gh release upload $TAG_NAME Secretive.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_NAME: ${{ github.ref }}