diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a8e864b9f..6e4e1030d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -63,3 +63,13 @@ jobs: - name: Rust clippy run: cargo clippy --package theseus --all-targets -- -D warnings + + - name: Build Linux desktop client + run: pnpm --filter @modrinth/app run build + + - name: Upload Linux desktop client + uses: actions/upload-artifact@v4 + with: + name: modrinth-plus-linux + path: target/release/bundle/** + if-no-files-found: error