mirror of
https://github.com/ivabus/roulette
synced 2024-11-22 16:35:09 +03:00
Update dotnet.yml
This commit is contained in:
parent
931aa8f582
commit
446e35d186
1 changed files with 3 additions and 5 deletions
8
.github/workflows/dotnet.yml
vendored
8
.github/workflows/dotnet.yml
vendored
|
@ -18,13 +18,11 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-build --verbosity normal
|
run: dotnet test --no-build --verbosity normal
|
||||||
- name: Publish on osx-x64
|
- name: Publish on osx-x64
|
||||||
run: dotnet publish --runtime osx-x64 -o publish/osx-x64/
|
run: dotnet publish --runtime osx-x64 -o publish/osx-x64/ --self-contained
|
||||||
- name: Publish on linux-x64
|
- name: Publish on linux-x64
|
||||||
run: dotnet publish --runtime linux-x64 -o publish/linux-x64/
|
run: dotnet publish --runtime linux-x64 -o publish/linux-x64/ --self-contained
|
||||||
- name: Publish on linux-musl-x64
|
|
||||||
run: dotnet publish --runtime -o publish/linux-musl-x64/
|
|
||||||
- name: Publish on linux-arm64
|
- name: Publish on linux-arm64
|
||||||
run: dotnet publish --runtime -o publish/linux-arm64/
|
run: dotnet publish --runtime -o publish/linux-arm64/ --self-contained
|
||||||
- name: Compress to zip file
|
- name: Compress to zip file
|
||||||
run: tar cf roulette.tar.gz publish/
|
run: tar cf roulette.tar.gz publish/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue