Skip to content

Commit

Permalink
修复 ci 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SartreShao committed Jul 28, 2020
1 parent 9055791 commit bd3d514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: build windows app
if: matrix.os == 'windows-2019'
run: |
GH_TOKEN=bef0b46667d2b13f885561e2f3762873af59f71c npm run electron:build-win
npm run electron:build-win
- name: build mac app
if: matrix.os == 'macos-10.15'
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.0",
"version": "0.1.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit bd3d514

Please sign in to comment.