From 7c1a6c54a24a101e2bb2db64ebf799252e62108c Mon Sep 17 00:00:00 2001 From: magda Date: Tue, 21 Nov 2023 17:39:32 +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 4786728..8f7d006 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 cf lastApp.tar lastApp/ - uses: actions/upload-artifact@v3 with: