artefakty podwojne
Some checks failed
First CI / build (linux-x64) (push) Failing after 0s
First CI / build (win-x64) (push) Failing after 1s

This commit is contained in:
2025-11-21 16:25:10 +01:00
parent 9aea72c89c
commit 085c038179

View File

@@ -14,3 +14,8 @@ jobs:
dotnet-version: "8.0.x" dotnet-version: "8.0.x"
- run: dotnet restore - 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: app-${{ matrix.rid }}
path: app