From 490ba9f140207e8b7e951cf58b60b0bf9ef20c8c Mon Sep 17 00:00:00 2001 From: GyDi Date: Thu, 24 Nov 2022 11:14:03 +0800 Subject: [PATCH] chore: alpha ci --- .github/workflows/alpha.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 95600ca..2da434a 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -77,11 +77,16 @@ jobs: releaseDraft: false includeDebug: ${{ github.event.inputs.debug }} prerelease: true + args: -f default-meta - name: Portable Bundle if: matrix.os == 'windows-latest' run: | + yarn build -f default-meta yarn run portable env: TAG_NAME: alpha GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} + TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} + VITE_WIN_PORTABLE: 1