Skip to content

Commit aab4d52

Browse files
author
earthmant
committed
fix
1 parent de9246a commit aab4d52

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ecosystem_cicd_tools/release.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ 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-
version_release.upload_asset(
196-
version_release.title, blueprint_id, blueprint_archive)
195+
upload_asset(version_release.title, blueprint_archive, blueprint_archive)
197196
return version_release
198197

199198

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.3',
6+
version='2.2.4',
77
license='LICENSE',
88
packages=[
99
'ecosystem_tests',

0 commit comments

Comments
 (0)