Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zig-for authored Nov 22, 2022
1 parent 9f2eef7 commit 84148ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@ jobs:
with:
tag: ${{ env.GITHUB_REF_SLUG }}
overwrite: true
asset_name: snfm-windows-x64-release.zip
file: snfm-$tag-windows-x64.zip
asset_name: snfm-$tag-windows-x64.zip
file: snfm-windows-x64-release.zip
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
tag: ${{ env.GITHUB_REF_SLUG }}
overwrite: true
asset_name: snfm-linux-x64-release.zip
file: snfm-$tag-linux-x64-release.zip
asset_name: snfm-$tag-linux-x64-release.zip
file: snfm-linux-x64-release.zip
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 84148ee

Please sign in to comment.