We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ce2e3 commit 52700c5Copy full SHA for 52700c5
ecosystem_cicd_tools/release.py
@@ -192,7 +192,8 @@ def blueprint_release(blueprint_name,
192
commit)
193
for blueprint_id, blueprint_path in blueprints.items():
194
blueprint_archive = package_blueprint(blueprint_id, blueprint_path)
195
- upload_asset(version_release.title, blueprint_archive, blueprint_archive)
+ version_release.upload_asset(
196
+ blueprint_archive, blueprint_archive, 'application/zip')
197
return version_release
198
199
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='cloudify-ecosystem-test',
6
- version='2.2.5',
+ version='2.2.6',
7
license='LICENSE',
8
packages=[
9
'ecosystem_tests',
0 commit comments