From a39f6060efe8a44f913a6d914a4f809d6d4caccd Mon Sep 17 00:00:00 2001 From: Jakub Patkowski Date: Fri, 22 Nov 2024 13:57:59 +0100 Subject: [PATCH] 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 0cd95ef..f9e9ca4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - run: dotnet restore - run: dotnet build - run: dotnet test - - run: dotnet publish -o app -r linux-x64 --sc/p:PublishSingleFile=true,AssemblyName=app + - run: dotnet publish -o app -r linux-x64 -c Release /p:PublishSingleFile=true /p:AssemblyName=app - run: tar cf app.tar app/ - uses: actions/upload-artifact@v3 with: