Upload Linux desktop client artifact
This commit is contained in:
@@ -63,3 +63,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Rust clippy
|
- name: Rust clippy
|
||||||
run: cargo clippy --package theseus --all-targets -- -D warnings
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user