Update build

This commit is contained in:
Thoronium
2025-11-27 20:37:15 -07:00
committed by GitHub
parent 3a4fbaa46e
commit 045115280f

View File

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