Siszarp 4
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m50s
First CI / build (win-x64) (push) Successful in 1m32s

This commit is contained in:
DingoMC 2023-11-21 14:20:58 +01:00
parent 5fd5da156b
commit 7a5299148c

View File

@ -12,4 +12,9 @@ jobs:
with:
dotnet-version: '6.0.x'
- run: dotnet restore
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: app-${{ matrix.rid }}
path: ./app