Skip to content

Commit c2607ad

Browse files
author
earthmant
committed
fix bug
1 parent bc5c54a commit c2607ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ecosystem_cicd_tools/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def update_latest_release_resources(most_recent_release, name='latest'):
135135
r = requests.get(asset.browser_download_url, stream=True)
136136
asset_file.write(r.content)
137137
shutil.move(tmp.name, asset.name)
138-
upload_asset(name, tmp.name, asset.label or asset.name)
138+
upload_asset(name, asset.name, asset.label or asset.name)
139139

140140

141141
def find_version(setup_py):

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

0 commit comments

Comments
 (0)