ci: Fix Portable Script

This commit is contained in:
WhizPanda
2023-12-03 15:35:31 +08:00
parent 3f0a2ba48f
commit 80f4570093
2 changed files with 11 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ jobs:
- name: Portable Bundle
if: matrix.os == 'windows-latest'
run: |
pnpm portable
pnpm portable ${{ matrix.target }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}