Skip to content

Commit

Permalink
Use a tag for appeyor artifact #16
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Aug 8, 2017
1 parent a4ecd35 commit d1e5326
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ install:
build_script:
- npm install
- python build.py
- appveyor PushArtifact "dist/*.zip"

artifacts:
- path: 'dist\*.zip'
name: build

before_deploy:
- ps: foreach($artifactName in $artifacts.keys) { $artifacts[$artifactName] }

test: off

0 comments on commit d1e5326

Please sign in to comment.