Skip to content

Commit 3e690cc

Browse files
make space separated
1 parent bcf66ce commit 3e690cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

node/sign_node_package/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ runs:
5656
shell: bash
5757
run: |
5858
# all prebuilds
59-
FILENAMES=$(find build-* -type f -name '*.tar.gz')
60-
FILENAMES=$(echo "$FILENAMES")
59+
FILENAMES=$(find build-* -type f -name '*.tar.gz' | tr '\n' ' ')
6160
FILENAMES="$FILENAMES ${{ env.package_file }}"
6261
echo "FILES_TO_SIGN='$FILENAMES'" | tee $GITHUB_ENV
6362

0 commit comments

Comments
 (0)