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 d103ad4 commit fe9ccb5Copy full SHA for fe9ccb5
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
repo_token: ${{ secrets.GITHUB_TOKEN }}
35
file: publish/RAWSimO.zip
36
- asset_name: RAWSimO-${{ github.ref }}.zip
+ asset_name: RAWSimO-${{ github.ref_name }}.zip
37
tag: ${{ github.ref }}
38
overwrite: true
39
body: "RAWSimO zip file"
0 commit comments