Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Dec 12, 2024
1 parent e30e93b commit 5866964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
- name: install frontend dependencies
run: pnpm install # change this to npm, pnpm or bun depending on which one you use.

- name: Build Other app
if: matrix.os == 'windows-latest' || matrix.os == 'ubuntu-22.04'
run: pnpm tauri build
# - name: Build Other app
# if: matrix.os == 'windows-latest' || matrix.os == 'ubuntu-22.04'
# run: pnpm tauri build

- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 5866964

Please sign in to comment.