Skip to content

Commit

Permalink
Merge pull request #3 from gzt5142/dev
Browse files Browse the repository at this point in the history
fix string interpolation
  • Loading branch information
Gene Trantham authored Sep 27, 2022
2 parents 62abc58 + db929fe commit d2913ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-pr-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
cd ../
dname=`basename ${GITHUB_REPOSITORY}`
echo "Creating ZIP archive: ${ZIPNAME}"
sed -e '/^#/d' -e 's!^!./${dname}/!' -e 's/\s*$//' < ${dname}/environment_setup/manifest.txt > /tmp/manifest.txt
sed -e '/^#/d' -e "s!^!./${dname}/!" -e 's/\s*$//' < ${dname}/environment_setup/manifest.txt > /tmp/manifest.txt
tar --files-from /tmp/manifest.txt -cvf - | gzip > /tmp/${ZIPNAME}
Expand Down

0 comments on commit d2913ad

Please sign in to comment.