Skip to content

Commit fb746ae

Browse files
authored
Merge pull request #14 from per1234/quote-package-index-generator
Retain newlines in in package index entry generation command
2 parents 926c246 + 1eacbe6 commit fb746ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
T_OS=`echo ${folder} | awk '{print toupper($0)}'`
293293
SHASUM=`sha256sum ${ARCHIVE_NAME} | cut -f1 -d" "`
294294
SIZE=`stat --printf="%s" ${ARCHIVE_NAME}`
295-
package_index=`echo $package_index |
295+
package_index=`echo "$package_index" |
296296
sed s/%%FILENAME_${T_OS}%%/${ARCHIVE_NAME}/ |
297297
sed s/%%FILENAME_${T_OS}%%/${ARCHIVE_NAME}/ |
298298
sed s/%%SIZE_${T_OS}%%/${SIZE}/ |

0 commit comments

Comments
 (0)