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 bcf66ce commit 3e690ccCopy full SHA for 3e690cc
node/sign_node_package/action.yml
@@ -56,8 +56,7 @@ runs:
56
shell: bash
57
run: |
58
# all prebuilds
59
- FILENAMES=$(find build-* -type f -name '*.tar.gz')
60
- FILENAMES=$(echo "$FILENAMES")
+ FILENAMES=$(find build-* -type f -name '*.tar.gz' | tr '\n' ' ')
61
FILENAMES="$FILENAMES ${{ env.package_file }}"
62
echo "FILES_TO_SIGN='$FILENAMES'" | tee $GITHUB_ENV
63
0 commit comments