From e2ea75ff8cfb6777630d019faa78d724043ee456 Mon Sep 17 00:00:00 2001 From: Anton Ovod Date: Thu, 20 Nov 2025 13:11:58 +0100 Subject: [PATCH] Multiplatform ci pipeline fix --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 262bb7f..8a3b5c0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - run: dotnet restore - run: dotnet build - 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/ - uses: actions/upload-artifact@v3 with: