Skip to content

Commit

Permalink
fixed ref_name in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Jun 17, 2022
1 parent a21d727 commit f68df51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-zig-9.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
upload_url: ${{ needs.draft_release.outputs.upload_url }}
asset_path: ./slides.tar.gz
asset_name: slides-linux-release-${{ github.refname }}.tar.gz
asset_name: slides-linux-release-${{ github.ref_name }}.tar.gz
asset_content_type: application/gzip

build-windows:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
with:
upload_url: ${{ needs.draft_release.outputs.upload_url }}
asset_path: ./slides-win64.zip
asset_name: slides-win64-release-${{ github.refname }}.zip
asset_name: slides-win64-release-${{ github.ref_name }}.zip
asset_content_type: application/zip

# macos needs a little work
Expand Down

0 comments on commit f68df51

Please sign in to comment.