chore: move OpenWork into pnpm workspace

This commit is contained in:
Benjamin Shafii
2026-01-20 21:00:57 -08:00
parent 546af7773d
commit 32e1f84b0f
202 changed files with 266 additions and 121 deletions

View File

@@ -216,9 +216,9 @@ jobs:
target_name="${target_name}.exe"
fi
mkdir -p src-tauri/sidecars
cp "$bin_path" "src-tauri/sidecars/${target_name}"
chmod 755 "src-tauri/sidecars/${target_name}"
mkdir -p packages/desktop/src-tauri/sidecars
cp "$bin_path" "packages/desktop/src-tauri/sidecars/${target_name}"
chmod 755 "packages/desktop/src-tauri/sidecars/${target_name}"
- name: Write notary API key
if: matrix.os_type == 'macos'
@@ -258,7 +258,7 @@ jobs:
releaseBody: ${{ env.RELEASE_BODY }}
prerelease: true
releaseDraft: false
projectPath: .
projectPath: packages/desktop
tauriScript: pnpm exec tauri -vvv
args: ${{ matrix.args }}
retryAttempts: 3