Skip to content

Commit

Permalink
ci: adjust relative path of installing tar file
Browse files Browse the repository at this point in the history
  • Loading branch information
mato533 committed Dec 6, 2024
1 parent 12cb74d commit 71d1eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
working-directory: packages/sample-app
shell: bash
run: |
pnpm install "../${TAR_NAME}"
pnpm install "../electron-typed-ipc-bridge/${TAR_NAME}"
- name: Type check
working-directory: packages/sample-app
Expand Down

0 comments on commit 71d1eed

Please sign in to comment.