From c23beb311fb789b5cc8bf885f9cb3828a9e518de Mon Sep 17 00:00:00 2001 From: Oleh Date: Fri, 21 Nov 2025 12:42:49 +0100 Subject: [PATCH] Zad 5 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 9a4a7e7..9414db9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,4 +13,4 @@ jobs: with: dotnet-version: '8.0.x' - run: dotnet restore - - run: dotnet publish -o app -r ${{ matrix.rid }} --sc/p:PublishSingleFile=true + - run: dotnet publish -o app -r ${{ matrix.rid }} --sc/p:PublishSingleFile=true, AssemblyName=app