mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 15:14:35 +01:00
Update build
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
toolchain: stable
|
||||
|
||||
- name: Install deps and build
|
||||
run: yarn && yarn build
|
||||
run: yarn && yarn tauri build
|
||||
|
||||
- name: Compress build
|
||||
uses: vimtor/action-zip@v1
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
librsvg2-dev
|
||||
|
||||
- name: Install deps and build release
|
||||
run: yarn && yarn build
|
||||
run: yarn && NO_STRIP=true yarn tauri build
|
||||
|
||||
- name: Compress build
|
||||
uses: vimtor/action-zip@v1
|
||||
|
||||
Reference in New Issue
Block a user