mirror of
https://github.com/ivabus/roulette
synced 2024-11-22 16:35:09 +03:00
Edit workflow file
This commit is contained in:
parent
a2a9935bb1
commit
ea26034ba9
1 changed files with 4 additions and 1 deletions
5
.github/workflows/dotnet.yml
vendored
5
.github/workflows/dotnet.yml
vendored
|
@ -46,6 +46,7 @@ jobs:
|
|||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: publish/roulette-osx-x64
|
||||
asset_name: roulette-osx-x64
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
- name: Upload Release Asset for linux-x64
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
@ -55,6 +56,7 @@ jobs:
|
|||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: publish/roulette-linux-x64
|
||||
asset_name: roulette-linux-x64
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
- name: Upload Release Asset for linux-arm64
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
@ -63,4 +65,5 @@ jobs:
|
|||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: publish/roulette-linux-arm64
|
||||
asset_name: roulette-linux-arm64
|
||||
asset_name: roulette-linux-arm64
|
||||
asset_content_type: application/octet-stream
|
Loading…
Reference in a new issue