Skip to content

Commit

Permalink
Fixing release filename
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Jan 5, 2022
1 parent 98de8fc commit 698ede5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: publish/RAWSimO.zip
asset_name: RAWSimO-${{ github.ref }}.zip
asset_name: RAWSimO-${{ github.ref_name }}.zip
tag: ${{ github.ref }}
overwrite: true
body: "RAWSimO zip file"

0 comments on commit 698ede5

Please sign in to comment.