chore: alpha release add portable

This commit is contained in:
GyDi
2022-11-22 00:16:30 +08:00
Unverified
parent adf9405fd7
commit f4656fa493
2 changed files with 11 additions and 60 deletions

View File

@@ -78,9 +78,10 @@ jobs:
includeDebug: ${{ github.event.inputs.debug }}
prerelease: true
# - name: Portable Bundle
# if: matrix.os == 'windows-latest'
# run: |
# yarn run portable
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Portable Bundle
if: matrix.os == 'windows-latest'
run: |
yarn run portable
env:
TAG_NAME: alpha
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}