fixed ci.yml
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m28s
First CI / build (win-x64) (push) Successful in 1m32s

This commit is contained in:
Student Politechniki
2025-11-21 14:15:54 +01:00
parent ad68caa640
commit ebcdd6ea93

View File

@@ -15,7 +15,7 @@ jobs:
- run: dotnet restore
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
- name: Archive artifacts
- uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3
with:
name: app-${{ matrix.rid }}
path: app