Multiplatform ci pipeline fix
Some checks failed
First CI / build (win-x64) (push) Failing after 1m24s
First CI / build (linux-x64) (push) Failing after 1m25s
First CI / test (push) Has been skipped

This commit is contained in:
Anton Ovod
2025-11-20 13:10:10 +01:00
parent 3390f8c02f
commit be20cef2cc

View File

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