chore: alpha ci
This commit is contained in:
parent
f76890cc56
commit
490ba9f140
5
.github/workflows/alpha.yml
vendored
5
.github/workflows/alpha.yml
vendored
@ -77,11 +77,16 @@ jobs:
|
|||||||
releaseDraft: false
|
releaseDraft: false
|
||||||
includeDebug: ${{ github.event.inputs.debug }}
|
includeDebug: ${{ github.event.inputs.debug }}
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
args: -f default-meta
|
||||||
|
|
||||||
- name: Portable Bundle
|
- name: Portable Bundle
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
|
yarn build -f default-meta
|
||||||
yarn run portable
|
yarn run portable
|
||||||
env:
|
env:
|
||||||
TAG_NAME: alpha
|
TAG_NAME: alpha
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||||
|
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||||
|
VITE_WIN_PORTABLE: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user