From 30d1e869d0b9ff441ed57696f7f944aad8d5f028 Mon Sep 17 00:00:00 2001 From: SaWyyy Date: Mon, 25 Nov 2024 10:43:56 +0100 Subject: [PATCH] Fix2 --- .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 f1618b1..06ef098 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 --sc /p:PublishSingleFile=true,AssemblyName=app - run: tar cf app.tar app/ - uses: actions/upload-artifact@v3 with: