From cc6b023d43e9101fa34b17dc1160c6601807ad6d Mon Sep 17 00:00:00 2001 From: magda Date: Tue, 21 Nov 2023 17:36:31 +0100 Subject: [PATCH] the last one --- .gitea/workflows/ci.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7fd4bf3..4786728 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,18 +16,9 @@ jobs: - run: dotnet restore - run: dotnet build - run: dotnet test - - run: dotnet publish -o lastApp -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=lastApp - - run: tar xf lastApp.tar lastApp/ + - run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=lastApp + - run: tar cf lastApp.tar lastApp/ - uses: actions/upload-artifact@v3 with: name: lastApp.tar path: lastApp.tar - - test: - steps: - - uses: actions/download-artifact@v3 - with: - name: lastApp.tar - - run: tar xf lastApp.tar/lastApp.tar - - run: ./lastApp/lastApp -