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