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 }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||||
with:
|
with:
|
||||||
projectPath: desktop
|
projectPath: desktop/src-tauri
|
||||||
includeUpdaterJson: true
|
includeUpdaterJson: true
|
||||||
tagName: ${{ github.ref_name }}
|
tagName: ${{ github.ref_name }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user