chore: meta

This commit is contained in:
GyDi
2022-05-17 02:46:15 +08:00
parent 17f99da45e
commit 0006b286ca
3 changed files with 141 additions and 2 deletions

View File

@@ -96,3 +96,10 @@ jobs:
releaseBody: "Alpha Version"
releaseDraft: false
prerelease: true
- name: Portable Bundle For Meta
if: matrix.os == 'windows-latest'
run: |
yarn run portable --meta
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}