Skip to content

Commit

Permalink
Fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
lolepezy committed Jan 9, 2025
1 parent 96c7c67 commit 2158309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: rpki-ta-0-java-11.tgz
files: rpki-ta-0-${{github.ref_name}}-java-11.tgz
draft: true
body: It needs to be filled in manually

0 comments on commit 2158309

Please sign in to comment.