diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2690627..5af1917 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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