diff --git a/circle.yml b/circle.yml index 24d27b74da..7260077adf 100644 --- a/circle.yml +++ b/circle.yml @@ -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 | tr -d v) + - 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