From 3b200c6a0556551d0495bbe2d8f713fdb419bb4f Mon Sep 17 00:00:00 2001 From: MrSphay Date: Mon, 4 May 2026 00:53:46 +0200 Subject: [PATCH] Upload Linux desktop client artifact --- .gitea/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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