Skip to content

Commit

Permalink
remove win from appveyor release naming
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Aug 29, 2016
1 parent 78d1fc2 commit f276085
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 @@ -39,14 +39,14 @@ after_build:
before_deploy:
- dir dist
deploy:
release: safe-beaker-win-v$(appveyor_build_version)
release: safe-beaker-v$(appveyor_build_version)
description: 'Safe Beaker Browser'
provider: GitHub
auth_token:
secure: yYDNGH+3V6HD/LemQHWRMtum9o98noPH8a02NFPJyuVKc+6vQWveTClb3+gRSnuB
# your encrypted token from GitHub
artifact: '*.zip'
draft: false
draft: true
prerelease: true
on:
branch: release # release from master branch only
Expand Down

0 comments on commit f276085

Please sign in to comment.