From d755ed67a88b5fd12a130b72cb5ba79b7d726c66 Mon Sep 17 00:00:00 2001 From: magda Date: Tue, 21 Nov 2023 17:34:40 +0100 Subject: [PATCH] the last one --- .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 d5c95ac..7fd4bf3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - run: dotnet restore - run: dotnet build - run: dotnet test - - run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=lastApp + - run: dotnet publish -o lastApp -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=lastApp - run: tar xf lastApp.tar lastApp/ - uses: actions/upload-artifact@v3 with: