Skip to content

Commit

Permalink
ci: update to build with new instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed Nov 17, 2024
1 parent e56cb5a commit d15ebd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
version: 8

- name: install frontend dependencies
run: pnpm install
run: |
pnpm install
pnpm run build-splash
- name: build and release tauri app
uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit d15ebd9

Please sign in to comment.