diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b5a1632..b963018 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,3 +14,9 @@ jobs: dotnet-version: "8.0.x" - run: dotnet restore - run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true + + - name: upload artifact + uses: actions/upload-artifact@v4 + with: + name: app-${{ matrix.rid }} + path: app/${{ matrix.rid }}