Skip to content

Commit 2a22887

Browse files
committed
move workflow
1 parent d009271 commit 2a22887

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/plain-javascript/.github/workflows/build.yml renamed to .github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
5050

5151
- name: install frontend dependencies
52+
working-directory: ./examples/plain-javascript
5253
run: yarn install # change this to npm, pnpm or bun depending on which one you use.
5354

5455
- uses: tauri-apps/tauri-action@v0

0 commit comments

Comments
 (0)