Skip to content

Commit fe9ccb5

Browse files
committed
Fixing filename
1 parent d103ad4 commit fe9ccb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
repo_token: ${{ secrets.GITHUB_TOKEN }}
3535
file: publish/RAWSimO.zip
36-
asset_name: RAWSimO-${{ github.ref }}.zip
36+
asset_name: RAWSimO-${{ github.ref_name }}.zip
3737
tag: ${{ github.ref }}
3838
overwrite: true
3939
body: "RAWSimO zip file"

0 commit comments

Comments
 (0)