From d82ce4121cd7e621f366c8c109b0f707642f2f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Lu=C5=9Bnia?= Date: Thu, 20 Nov 2025 15:34:14 +0100 Subject: [PATCH] Self contained flag 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 6bd525e..e40ae64 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - run: dotnet restore - run: dotnet build - run: dotnet test - - run: dotnet publish -o app -r linux-x64 -s -c -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: