fix: update working directory for gh action
This commit is contained in:
parent
ef13b853e1
commit
10858bbfd5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -9,6 +9,9 @@ on:
|
|||
|
||||
jobs:
|
||||
publish-tauri:
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./client
|
||||
permissions:
|
||||
contents: write
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue