diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 37e447e..ddead7d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,4 +13,8 @@ jobs: with: dotnet-version: '8.0.x' - run: dotnet restore - - run: dotnet publish -o app -r linux-x64 -c Release /p:PublishSingleFile=true /p:AssemblyName=app + - run: dotnet publish -o app -r ${{ matrix.rid }} -c Release /p:PublishSingleFile=true /p:AssemblyName=app + - uses: actions/upload-artifact@v3 + with: + name: app-${{ matrix.rid }} + path: app/app \ No newline at end of file