fix npm cli binary installation

This commit is contained in:
Dax Raad
2026-05-15 18:33:39 -04:00
parent da495fd2e0
commit e9db6c4209
4 changed files with 185 additions and 83 deletions
+4
View File
@@ -488,3 +488,7 @@ jobs:
LATEST_YML_DIR: /tmp/latest-yml
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
- name: Verify snapshot npm CLI install
if: startsWith(github.ref_name, 'snapshot-')
run: npx -y opencode-ai@${{ needs.version.outputs.version }} --version