summaryrefslogtreecommitdiffstats
path: root/.github/scripts/push-latest-release.bash
diff options
context:
space:
mode:
Diffstat (limited to '.github/scripts/push-latest-release.bash')
-rwxr-xr-x.github/scripts/push-latest-release.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/push-latest-release.bash b/.github/scripts/push-latest-release.bash
index 3dfdf97..745f998 100755
--- a/.github/scripts/push-latest-release.bash
+++ b/.github/scripts/push-latest-release.bash
@@ -14,7 +14,7 @@ assets="$(python -c "
import json
assets = json.loads('$assets')
for asset in assets:
- print asset['name'], asset['id']
+ print(asset['name'], asset['id'])
")"
while read name id; do