Skip to content

Commit 55c8159

Browse files
Fix JSON to include subrelease for tools JSON
1 parent 2c41c41 commit 55c8159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ tarballsize=$(stat -c%s ${tarball})
329329
tarballsha256=$(sha256sum ${tarball} | cut -f1 -d" ")
330330
( echo ' {' &&
331331
echo ' "host": "'$AHOST'",' &&
332-
echo ' "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/'${rel}'/'${tarball}'",' &&
332+
echo ' "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/'${rel}-${subrel}'/'${tarball}'",' &&
333333
echo ' "archiveFileName": "'${tarball}'",' &&
334334
echo ' "checksum": "SHA-256:'${tarballsha256}'",' &&
335335
echo ' "size": "'${tarballsize}'"' &&

0 commit comments

Comments
 (0)