Skip to content

Commit

Permalink
artifact before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Aug 27, 2016
1 parent bb1742e commit 79c008b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ build_script:
# - npm install --progress false --depth 0
# - npm test

artifacts:
- path: dist/*-win.zip


after_build:
- ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
before_deploy:
Expand All @@ -46,7 +50,7 @@ deploy:
provider: GitHub
auth_token:
secure: HEQy5YZG7sRPx3f1lWg2/gCBCbjf3oPL2C4SYrdFxToZmOdwG8l1o+X35M2bUGl4 # your encrypted token from GitHub
artifacts: 'dist/SAFE Beaker Browser-0.2.0-win.zip'
artifact: '*.zip'
draft: false
prerelease: true
on:
Expand Down

0 comments on commit 79c008b

Please sign in to comment.