Skip to content

Commit

Permalink
Update release-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing authored Feb 25, 2021
1 parent 086b502 commit 0287b7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_name: rsgrad-${{ github.event.release.tag-name }}-linux-x86_64-musl.tar.gz
asset_name: rsgrad-${{ github.event.release.tag_name }}-linux-x86_64-musl.tar.gz
asset_path: target/x86_64-unknown-linux-musl/release/rsgrad.tar.gz
upload_url: ${{ github.event.release.upload_url }}
asset_content_type: application/zip
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_name: rsgrad-${{ github.event.release.tag-name }}-linux-x86_64.tar.gz
asset_name: rsgrad-${{ github.event.release.tag_name }}-linux-x86_64.tar.gz
asset_path: target/release/rsgrad.tar.gz
upload_url: ${{ github.event.release.upload_url }}
asset_content_type: application/zip
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_name: rsgrad-${{ github.event.release.tag-name }}-macos-x86_64
asset_name: rsgrad-${{ github.event.release.tag_name }}-macos-x86_64
asset_path: target/release/rsgrad
upload_url: ${{ github.event.release.upload_url }}
asset_content_type: application
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_name: rsgrad-${{ github.event.release.tag-name }}-windows-x86_64.exe
asset_name: rsgrad-${{ github.event.release.tag_name }}-windows-x86_64.exe
asset_path: target/release/rsgrad.exe
upload_url: ${{ github.event.release.upload_url }}
asset_content_type: application/zip

0 comments on commit 0287b7e

Please sign in to comment.