Skip to content

Commit 48bfaf3

Browse files
committed
fix github_relase.py with new pythonbase name
1 parent 0021fc0 commit 48bfaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def get_diff_previous_tag(tag, previous_tag):
103103
"""
104104
if not previous_tag:
105105
return ""
106-
resp = requests.get("https://github.com/gpodder/gpodder-osx-bundle/releases/download/%s/gPodder.contents"
106+
resp = requests.get("https://github.com/gpodder/gpodder-osx-bundle/releases/download/%s/pythonbase.contents"
107107
% previous_tag)
108108
if resp.status_code != 200:
109109
error_exit("Error getting previous pythonbase.contents (%i): %s\n%s" % (resp.status_code, resp.reason, resp.text))

0 commit comments

Comments
 (0)