diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 262bb7f..8a3b5c0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - run: dotnet restore - run: dotnet build - run: dotnet test - - run: dotnet publish -o app ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=app + - run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true,AssemblyName=app - run: tar cf app-${{ matrix.rid }}.tar app/ - uses: actions/upload-artifact@v3 with: