ci: Fix Portable Script

This commit is contained in:
WhizPanda
2023-12-03 15:35:31 +08:00
Unverified
parent 89100d0ca0
commit f6314431f0
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 }}