Upload Linux desktop client artifact
Some checks failed
Build / verify (push) Failing after 25m54s
Codex Template Compliance / template-compliance (push) Successful in 7s

This commit is contained in:
MrSphay
2026-05-04 00:53:46 +02:00
parent 47f53f9c1e
commit 3b200c6a05

View File

@@ -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