Skip to content

Commit 667999e

Browse files
committed
fix(script): Get proper download url
1 parent 2e6db3c commit 667999e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/update_esptool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def update_json_from_release(tmp_json_path, version, release_info):
185185
print(f"Skipping unknown archive type: {asset_fname}")
186186
continue
187187

188-
asset_url = asset.get("url")
188+
asset_url = asset.get("browser_download_url")
189189
asset_checksum = asset.get("digest")
190190
asset_size = asset.get("size")
191191
if asset_checksum is None:

0 commit comments

Comments
 (0)