feat: windows portable version do not check update

This commit is contained in:
GyDi
2022-08-16 01:53:40 +08:00
Unverified
parent 7eb595170f
commit d5192e2244
3 changed files with 15 additions and 1 deletions

View File

@@ -77,10 +77,15 @@ jobs:
- name: Portable Bundle
if: matrix.os == 'windows-latest'
# rebuild with env settings
run: |
yarn build
yarn run portable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
VITE_WIN_PORTABLE: 1
release-update:
needs: release