From 7753ef1fc1ef8d229c9b88f2dca4f1bc1c3127c0 Mon Sep 17 00:00:00 2001 From: haaaniaaa <123700004+haaaniaaa@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:57:04 +0100 Subject: [PATCH] Edits CI3 --- .gitea/workflows/ci3.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci3.yml b/.gitea/workflows/ci3.yml index 7ea4d64..649b922 100644 --- a/.gitea/workflows/ci3.yml +++ b/.gitea/workflows/ci3.yml @@ -12,8 +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 --sc /p:PublishSingleFile=true,AssemblyName=app - run: tar cf app.tar app/ - uses: actions/upload-artifact@v3 with: