Skip to content

Commit

Permalink
修改了 ci 中的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SartreShao committed Jul 29, 2020
1 parent 7b3038e commit 3de98f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
run: |
npm run electron:build-win
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: bef0b46667d2b13f885561e2f3762873af59f71c

- name: build mac app
if: matrix.os == 'macos-10.15'
run: |
npm run electron:build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: bef0b46667d2b13f885561e2f3762873af59f71c

# step5: cleanup artifacts in dist_electron
- name: cleanup artifacts
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 3de98f0

Please sign in to comment.