Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Jeffrey Morgan 2016-01-13 14:34:16 -08:00
Родитель 1807681f73
Коммит ed6b8e9703
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -11,5 +11,6 @@ deployment:
tag: /v.*/
owner: docker
commands:
- github-release upload --user docker --repo kitematic --tag $CIRCLE_TAG --file release/Kitematic-Mac.zip --name Kitematic-Mac.zip
- github-release upload --user docker --repo kitematic --tag $CIRCLE_TAG --file release/Kitematic-Windows.zip --name Kitematic-Windows.zip
- export VERSION=$(echo $CIRCLE_TAG | cut -c2-)
- 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