missing dash returned
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m45s
First CI / build (win-x64) (push) Successful in 1m45s

This commit is contained in:
2025-11-21 16:26:46 +01:00
parent 085c038179
commit 7b0ae17690

View File

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