Skip to content

Commit

Permalink
Type (closes #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Jan 13, 2023
1 parent 45617df commit 82cfc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/check_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def main():
classifier = common.classifier()

try:
resp = urllib.request.urlopen(urllib.request.Request('https://api.github.com/repos/HubmleUI/SkiaBuild/releases/tags/' + version, headers=headers)).read()
resp = urllib.request.urlopen(urllib.request.Request('https://api.github.com/repos/HumbleUI/SkiaBuild/releases/tags/' + version, headers=headers)).read()
artifacts = [x['name'] for x in json.loads(resp.decode('utf-8'))['assets']]
zip = 'Skia-' + version + '-' + system + '-' + build_type + '-' + machine + classifier + '.zip'
if zip in artifacts:
Expand Down

0 comments on commit 82cfc18

Please sign in to comment.