Skip to content

Commit 52700c5

Browse files
author
earthmant
committed
update
1 parent a6ce2e3 commit 52700c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ecosystem_cicd_tools/release.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ def blueprint_release(blueprint_name,
192192
commit)
193193
for blueprint_id, blueprint_path in blueprints.items():
194194
blueprint_archive = package_blueprint(blueprint_id, blueprint_path)
195-
upload_asset(version_release.title, blueprint_archive, blueprint_archive)
195+
version_release.upload_asset(
196+
blueprint_archive, blueprint_archive, 'application/zip')
196197
return version_release
197198

198199

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='cloudify-ecosystem-test',
6-
version='2.2.5',
6+
version='2.2.6',
77
license='LICENSE',
88
packages=[
99
'ecosystem_tests',

0 commit comments

Comments
 (0)