Final version ci.yml
All checks were successful
First CI / build (win-x64) (push) Successful in 1m41s
First CI / build (linux-x64) (push) Successful in 1m50s

This commit is contained in:
2025-11-20 13:54:27 +01:00
parent 392c3dd5a9
commit 43f68b772b

View File

@@ -15,3 +15,12 @@ jobs:
- run: dotnet restore
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc
/p:PublishSingleFile=true
- name: Utworzenie artefektu
run: tar cf app-${{ matrix.rid }}.tar app/
- name: Upload artefaktu
uses: actions/upload-artifact@v3
with:
name: app-${{ matrix.rid }}
path: app-${{ matrix.rid }}.tar