mirror of
https://github.com/ivabus/roulette
synced 2024-11-23 00:45:09 +03:00
Update dotnet.yml
This commit is contained in:
parent
506aef7eaf
commit
5b344f8a29
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
@ -29,6 +29,8 @@ jobs:
|
||||||
|
|
||||||
- name: Upload To Github Release
|
- name: Upload To Github Release
|
||||||
uses: xresloader/upload-to-github-release@v1.3.2
|
uses: xresloader/upload-to-github-release@v1.3.2
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
file: publish/roulette-osx-x64;publish/roulette-linux-x64;publish/roulette-linux-arm64
|
file: publish/roulette-osx-x64;publish/roulette-linux-x64;publish/roulette-linux-arm64
|
||||||
update_latest_release: true
|
update_latest_release: true
|
||||||
|
|
Loading…
Reference in a new issue