matrix update
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m19s
First CI / build (win-x64) (push) Successful in 1m23s

This commit is contained in:
WikMat
2025-12-09 00:18:33 +01:00
parent 5a31cec80d
commit 4ce6c0271c

View File

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