ci(release): set projectPath to desktop/src-tauri so action uses correct tauri.conf.json

This commit is contained in:
Yuriy 2026-01-29 16:42:38 +03:00
parent 01c6b9cb29
commit 24146efec8

View File

@ -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 }}