diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58b5283..4bcbcbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}