Multiplatform ci pipeline fix
All checks were successful
First CI / build (linux-x64) (push) Successful in 1m42s
First CI / build (win-x64) (push) Successful in 1m43s
First CI / test (push) Successful in 9s

This commit is contained in:
Anton Ovod
2025-11-20 13:11:58 +01:00
parent be20cef2cc
commit e2ea75ff8c

View File

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