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 771a5fe commit 21fe67c
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,22 +46,22 @@ jobs:
run: |
npm run electron:build-win
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: bef0b46667d2b13f885561e2f3762873af59f71c

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

# step5: cleanup artifacts in dist_electron
- name: cleanup artifacts for windows
if: matrix.os == 'windows-2019'
run: |
npx rimraf "dist_electron/!(*.exe)"
- name: cleanup artifacts for macos
- name: cleanup artifacts for macosZ
if: matrix.os == 'macos-10.15'
run: |
npx rimraf "dist_electron/!(*.dmg)"
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.7",
"version": "0.1.8",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 21fe67c

Please sign in to comment.