From e2318f2691aed392c217eb88e7350050c8c5c059 Mon Sep 17 00:00:00 2001 From: holek363 Date: Thu, 20 Nov 2025 13:47:55 +0100 Subject: [PATCH] FIX: ci.yml --- .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 5624a60..0268245 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 ./lab2/Lab7.csproj -c Release -o app -r linux-x64 -p:PublishSingleFile=true -p:AssemblyName=app + - run: dotnet publish ./Lab7.csproj -c Release -o app -r linux-x64 -p:PublishSingleFile=true -p:AssemblyName=app - run: tar cf app.tar app/ - uses: actions/upload-artifact@v3 with: