Skip to content

Commit 2158309

Browse files
committed
Fix filename
1 parent 96c7c67 commit 2158309

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: softprops/action-gh-release@v2
3131
if: startsWith(github.ref, 'refs/tags/')
3232
with:
33-
files: rpki-ta-0-java-11.tgz
33+
files: rpki-ta-0-${{github.ref_name}}-java-11.tgz
3434
draft: true
3535
body: It needs to be filled in manually
3636

0 commit comments

Comments
 (0)