mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-11 17:29:45 +00:00
improve build check's tauri build command
This commit is contained in:
parent
412f6d63f4
commit
5140ad573b
6
.github/workflows/build-check.yml
vendored
6
.github/workflows/build-check.yml
vendored
@ -78,4 +78,8 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Build Application
|
- name: Build Application
|
||||||
run: npm run tauri build
|
run: |
|
||||||
|
npm run tauri build -- \
|
||||||
|
--target x86_64-unknown-linux-gnu \
|
||||||
|
--bundles none \
|
||||||
|
--ci
|
Loading…
x
Reference in New Issue
Block a user