ci(release): set projectPath to desktop/src-tauri so action uses correct tauri.conf.json
This commit is contained in:
parent
01c6b9cb29
commit
24146efec8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -49,6 +49,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||
with:
|
||||
projectPath: desktop
|
||||
projectPath: desktop/src-tauri
|
||||
includeUpdaterJson: true
|
||||
tagName: ${{ github.ref_name }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user