Better circleci versions

Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Jeffrey Morgan 2016-01-13 14:34:16 -08:00
parent 1807681f73
commit 70e28a6ea1
1 changed files with 3 additions and 2 deletions

View File

@ -11,5 +11,6 @@ deployment:
tag: /v.*/ tag: /v.*/
owner: docker owner: docker
commands: commands:
- github-release upload --user docker --repo kitematic --tag $CIRCLE_TAG --file release/Kitematic-Mac.zip --name Kitematic-Mac.zip - export VERSION=$(echo $CIRCLE_TAG | tr -d v)
- github-release upload --user docker --repo kitematic --tag $CIRCLE_TAG --file release/Kitematic-Windows.zip --name Kitematic-Windows.zip - github-release upload --user docker --repo kitematic --tag $CIRCLE_TAG --file release/Kitematic-Mac.zip --name Kitematic-$VERSION-Mac.zip
- github-release upload --user docker --repo kitematic --tag $CIRCLE_TAG --file release/Kitematic-Windows.zip --name Kitematic-$VERSION-Windows.zip