We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c41c41 commit 55c8159Copy full SHA for 55c8159
build
@@ -329,7 +329,7 @@ tarballsize=$(stat -c%s ${tarball})
329
tarballsha256=$(sha256sum ${tarball} | cut -f1 -d" ")
330
( echo ' {' &&
331
echo ' "host": "'$AHOST'",' &&
332
- echo ' "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/'${rel}'/'${tarball}'",' &&
+ echo ' "url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/'${rel}-${subrel}'/'${tarball}'",' &&
333
echo ' "archiveFileName": "'${tarball}'",' &&
334
echo ' "checksum": "SHA-256:'${tarballsha256}'",' &&
335
echo ' "size": "'${tarballsize}'"' &&
0 commit comments