Skip to content

Commit 4af382e

Browse files
committed
modified CIs
1 parent 4c476fb commit 4af382e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ install:
1212
script:
1313
- npm run lint
1414
- npm run pack:osx
15-
- cd dist
16-
- zip -r Memgame-darwin-x64.zip Memgame-darwin-x64
15+
- cd dist; zip -r Memgame-darwin-x64.zip Memgame-darwin-x64; cd ..
1716
deploy:
1817
provider: releases
1918
api_key:

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ configuration: Release
1515
deploy:
1616
- provider: GitHub
1717
artifact: dist/Memgame-win32-x64.zip
18+
auth_token:
19+
secure: vGZUzRCWDmJIbfKMrKlxwgAUDNZTDo0HArTERedaOUpSRtUzcr/n06YL9vHC4GSI
1820
on:
1921
appveyor_repo_tag: true
2022
artifacts:

0 commit comments

Comments
 (0)