From 4fa116562c3e6a0a01383cb145d40663bc911e56 Mon Sep 17 00:00:00 2001 From: magda Date: Tue, 21 Nov 2023 17:30:54 +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 aa54e22..d5c95ac 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - run: dotnet build - run: dotnet test - run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=lastApp - - run: tar cf lastApp.tar lastApp/ + - run: tar xf lastApp.tar lastApp/ - uses: actions/upload-artifact@v3 with: name: lastApp.tar