fix: 修复 GitHub Actions 构建配置

- 添加 tauriScript: npx tauri 解决 pnpm 未找到问题
- 移除 cache: 'npm' 避免缓存冲突

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
coso
2026-01-04 19:20:14 +08:00
co-authored by Claude Opus 4.5
parent 373ff8d2b5
commit 123cee76f4
+1 -1
View File
@@ -49,7 +49,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install Linux dependencies
if: matrix.platform == 'ubuntu-22.04'
@@ -80,6 +79,7 @@ jobs:
CARGO_PROFILE_RELEASE_LTO: thin
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: 16
with:
tauriScript: npx tauri
tagName: ${{ github.event.inputs.version || github.ref_name }}
releaseName: 'ProxyCast ${{ github.event.inputs.version || github.ref_name }}'
releaseBody: |