diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8288c9f..262bb7f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: - run: dotnet restore - run: dotnet build - run: dotnet test - - 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 ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=app + - run: tar cf app-${{ matrix.rid }}.tar app/ - uses: actions/upload-artifact@v3 with: name: app-${{ matrix.rid }}.tar