Matrix rid
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m41s
First CI / build (win-x64) (push) Successful in 1m19s

This commit is contained in:
Agnieszka Marzeda
2025-12-08 22:54:57 +01:00
parent 27b4fc25fa
commit 5924b450bc

View File

@@ -13,4 +13,8 @@ jobs:
with:
dotnet-version: '8.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
- uses: actions/upload-artifact@v3
with:
name: aplikacja-${{ matrix.rid }}
path: app/