We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 926c246 + 1eacbe6 commit fb746aeCopy full SHA for fb746ae
.github/workflows/release.yml
@@ -292,7 +292,7 @@ jobs:
292
T_OS=`echo ${folder} | awk '{print toupper($0)}'`
293
SHASUM=`sha256sum ${ARCHIVE_NAME} | cut -f1 -d" "`
294
SIZE=`stat --printf="%s" ${ARCHIVE_NAME}`
295
- package_index=`echo $package_index |
+ package_index=`echo "$package_index" |
296
sed s/%%FILENAME_${T_OS}%%/${ARCHIVE_NAME}/ |
297
298
sed s/%%SIZE_${T_OS}%%/${SIZE}/ |
0 commit comments