mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Correct asset names on circleci
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
@@ -11,6 +11,5 @@ deployment:
|
||||
tag: /v.*/
|
||||
owner: docker
|
||||
commands:
|
||||
- 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
|
||||
- github-release upload --user docker --repo kitematic --tag $CIRCLE_TAG --file release/Kitematic-Mac.zip --name Kitematic-$(echo $CIRCLE_TAG | cut -c2-)-Mac.zip
|
||||
- github-release upload --user docker --repo kitematic --tag $CIRCLE_TAG --file release/Kitematic-Windows.zip --name Kitematic-$(echo $CIRCLE_TAG | cut -c2-)-Windows.zip
|
||||
|
||||
Reference in New Issue
Block a user