Skip to content

Commit

Permalink
Updated appveyor config file to run on tags only.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 26, 2017
1 parent 3aa6d83 commit 2e6ed87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ environment:
cache:
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'

skip_non_tags: true
artifacts:
- path: 'out\make\**\*'
name: altairAll

- path: 'out\altair-win32-x64\altair.exe'
name: altairWin

- path: 'out\make\**/*.exe'
name: altairExe

Expand Down Expand Up @@ -48,7 +51,7 @@ deploy:
provider: GitHub
auth_token:
secure: UAWP+sQRK/cwf+zm45J2nJdQ50HWFHL14jnjWN/bc2nqZbU9RDq1yiLF+mM7RaSo
artifact: altairAll
artifact: altairAll, altairWin
draft: false
prerelease: false
on:
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ deploy:
api_key:
secure: Raef82s/PIkWThnr5vxHsxZX7FI6LKB3dbUkHzEs/S88hhibQCLuUIrvtbPwEJ/nxj0tpnD93elRQWpYsFRa38omv11g0o5eSUy7WwEHEum6g6se1fH3DqhBJsnIJFtfNXwdysMuvzWeJQ4P4j37jSg3wuCs9oJn0I+GrtS/wrE8EyxGKjtd68lVZo5rNCllUiHeizl8oIcRTUREKexxpsLEapBqgxmkFDn7lbgLDgt4/VwtaCZVN6bAnjknJS9DMynOJS0S1uyl6Gqd1paHVvEPrJv/UpeGKsp+OyoU7qbt/0ZXqXd1Yyym5jp0NAdb2IVNUAiyAAMUjy0qYDIZJMLAOhoO/GlJjvr+Sun81Fgv3fTDPzdUkHLUOVAFqsAmqhkupdZ3PnbiPExk3M3vTIEYI6v2CdxEglZyuZ1GNZ1551CT2hddHuoGue3JGaeq/V8n7QGZUGdplw9NHr7YOkuGpbbxGDjJM/RQXXEdAj1YXTSe225NNEOjoY5AuaVnIW76pfzhjEZtAHCpiYDfqECjtQ9dNuV5K58qElfPmDlBjYv1/G46OiEb/wpFiXtNZel+pvYaV7EK0RNA5IYSUn/S5v2MHEd8XVS90KV2L+CFv++9M46le3Nx6Qr4Lbu7VeY3va7JA/FCN+6HWpoupCg4N98rNOgfjay6FO/d56c=
file_glob: true
file: out/make/*
file:
- out/make/*
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 2e6ed87

Please sign in to comment.