👷 构建问题

This commit is contained in:
muwoo 2022-01-13 20:13:50 +08:00
parent 480aaf2970
commit 21163b2277

View File

@ -55,9 +55,9 @@ jobs:
env: env:
GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Build & release app - name: Build & release app
if: matrix.os == 'windows-2019' if: matrix.os == 'windows-2019'
run: | run: |
npm run release_win npm run release_win
env: env:
GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}