From 888bc4b20995506deb1ef4ad59dec68297c6facc Mon Sep 17 00:00:00 2001 From: szymon Date: Fri, 22 Nov 2024 11:40:55 +0100 Subject: [PATCH] Try v3 --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6e3ae58..df33d54 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: with: dotnet-version: '8.0.x' - run: dotnet restore - - run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=app - - run: tar cf app.tar app/ + - run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=${{ matrix.rid }} + - run: tar cf app.tar ${{ matrix.rid }}/ - uses: actions/upload-artifact@v3 with: name: app.tar