Skip to content

Commit

Permalink
Fix wercker
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Jun 29, 2015
1 parent 75846b2 commit 8ddc1cc
Showing 1 changed file with 25 additions and 15 deletions.
40 changes: 25 additions & 15 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,28 @@ build:

deploy:
steps:
- tcnksm/ghr:
token: $GITHUB_TOKEN
input: dist
version: v1.0.0 # Relase tag default is `pre-release`
pre_release: false # Relase as pre-release default is false
replace: true # Replace release if it exists
# # Create new github release
# - wercker/github-create-release:
# token: $GITHUB_TOKEN
# tag: 0.1.0

# # Upload binaries
# - wercker/github-upload-asset:
# token: $GITHUB_TOKEN
# file: dist/*
# Create new release
- wercker/github-create-release:
token: $GITHUB_TOKEN
tag: v1.0.0
- wercker/github-upload-asset:
token: $GITHUB_TOKEN
file: dist/SHASUMS
- wercker/github-upload-asset:
token: $GITHUB_TOKEN
file: dist/linux_386.zip
- wercker/github-upload-asset:
token: $GITHUB_TOKEN
file: dist/linux_amd64.zip
- wercker/github-upload-asset:
token: $GITHUB_TOKEN
file: dist/darwin_386.zip
- wercker/github-upload-asset:
token: $GITHUB_TOKEN
file: dist/darwin_amd64.zip
- wercker/github-upload-asset:
token: $GITHUB_TOKEN
file: dist/windows_386.zip
- wercker/github-upload-asset:
token: $GITHUB_TOKEN
file: dist/windows_amd64.zip

0 comments on commit 8ddc1cc

Please sign in to comment.