Fix some minor shellcheck errors in github upload and windows build scripts

This commit is contained in:
Zion Nimchuk 2021-03-19 23:13:40 -07:00 committed by Ivan
parent ca0c4f2cc0
commit 2766e5ca6f
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ curl -s \
cat release.json
id=$(grep '"id"' release.json | cut -d ':' -f2 | head -n1 | awk '{$1=$1;print}')
id=${id%?}
echo ${id:?}
echo "${id:?}"
upload_file()
{