change ci yaml file for ex 5 v2
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m38s
First CI / build (win-x64) (push) Successful in 1m44s

This commit is contained in:
Mateusz Kozieł
2025-11-20 17:22:57 +02:00
parent fe2b3bdc9e
commit 288b719a44

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
- run: tar cf app.tar app/
- uses: actions/upload-artifact@v3
with:
name: app.tar
path: app.tar