image_builder: try to fix image path

This commit is contained in:
Artem Smirnov
2018-09-29 23:27:00 +03:00
parent 834e21aaf0
commit d16a27c891

View File

@@ -23,7 +23,7 @@ before_deploy:
deploy:
provider: releases
api_key: ${GITHUB_OAUTH_TOKEN}
file: ${IMAGE_PATH}.zip
file: ${IMAGE_NAME}.zip
skip_cleanup: true
on:
tags: true