This commit is contained in:
hunlongyu
2020-05-24 14:29:20 +08:00
parent e2cda9a100
commit fc26c04666
2 changed files with 9 additions and 1 deletions

View File

@@ -23,5 +23,13 @@ jobs:
yarn
yarn release
shell: pwsh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
dist_electron/win-unpacked/*.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}