We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c476fb commit 4af382eCopy full SHA for 4af382e
2 files changed
.travis.yml
@@ -12,8 +12,7 @@ install:
12
script:
13
- npm run lint
14
- npm run pack:osx
15
-- cd dist
16
-- zip -r Memgame-darwin-x64.zip Memgame-darwin-x64
+- cd dist; zip -r Memgame-darwin-x64.zip Memgame-darwin-x64; cd ..
17
deploy:
18
provider: releases
19
api_key:
appveyor.yml
@@ -15,6 +15,8 @@ configuration: Release
- provider: GitHub
artifact: dist/Memgame-win32-x64.zip
+ auth_token:
+ secure: vGZUzRCWDmJIbfKMrKlxwgAUDNZTDo0HArTERedaOUpSRtUzcr/n06YL9vHC4GSI
20
on:
21
appveyor_repo_tag: true
22
artifacts:
0 commit comments