updated ci.yml
Some checks failed
First CI / build (linux-x64) (push) Failing after 1m27s
First CI / build (win-x64) (push) Failing after 1m43s

This commit is contained in:
Student Politechniki
2025-11-21 14:10:34 +01:00
parent 8c8833f5e8
commit 3bbff03d3a

View File

@@ -14,6 +14,7 @@ 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 - uses: actions/upload-artifact@v3
with: with:
name: app.tar name: app.tar