Skip to content

Commit

Permalink
appveyor: Fix upload of package using the correct extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed May 6, 2017
1 parent 65f049b commit 468e813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ test_script:
pip install scikit-ci-addons==0.15.0
ci_addons publish_github_release commontk/applauncher `
--exit-success-if-missing-token `
--prerelease-packages CTKAppLauncher-*.zip `
--prerelease-packages CTKAppLauncher-*.tar.gz `
--prerelease-packages-clear-pattern "*win*" ` `
--prerelease-packages-keep-pattern "*<COMMIT_SHORT_SHA>*" `
--release-packages CTKAppLauncher-*.zip
--release-packages CTKAppLauncher-*.tar.gz

0 comments on commit 468e813

Please sign in to comment.