fix: update working directory for gh action

This commit is contained in:
Youwen Wu 2024-03-01 12:42:20 -08:00 committed by GitHub
parent ef13b853e1
commit 10858bbfd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,9 @@ on:
jobs:
publish-tauri:
defaults:
run:
working-directory: ./client
permissions:
contents: write
strategy: