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