Skip to content

Commit 0299a23

Browse files
author
Mohammod Al Amin Ashik
committed
fix: add projectPath to tauri-action for monorepo support
- Adds projectPath: apps/desktop to locate Tauri project in monorepo - Fixes signature generation for updater artifacts (.sig files) - Enables proper latest.json generation for auto-updates
1 parent 1f720df commit 0299a23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
124124
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
125125
with:
126+
projectPath: apps/desktop
126127
# Use tagName to find and upload to the existing release created by release-please
127128
tagName: ${{ needs.release-please.outputs.tag_name }}
128129
releaseName: 'McpMux v${{ needs.release-please.outputs.version }}'

0 commit comments

Comments
 (0)