another one
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m1s
First CI / build (win-x64) (push) Successful in 1m0s

This commit is contained in:
magda 2023-11-21 17:17:58 +01:00
parent 2db0ad6197
commit 951837f7e1

View File

@ -14,4 +14,4 @@ jobs:
with:
dotnet-version: '6.0.x'
- run: dotnet restore
- run: dotnet publish -o app -r ${{ matrix.rid }} --dc /p:PublishSingleFile=true
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true