Skip to content

Commit f5a8f92

Browse files
committed
build: add lost scripts
1 parent 79fe62e commit f5a8f92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: build
4444
run: yarn build
4545

46+
- name: install tauri script
47+
run: yarn global add @tauri-apps/cli
48+
4649
- uses: tauri-apps/tauri-action@v0
4750
env:
4851
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)