Skip to content

Commit 348169f

Browse files
make space separated
1 parent e2d875e commit 348169f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/sign_node_package/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ runs:
5757
run: |
5858
# all prebuilds
5959
FILENAMES=$(find build-* -type f -name '*.tar.gz')
60+
FILENAMES=$(echo "$FILENAMES)
6061
FILENAMES="$FILENAMES ${{ env.package_file }}"
6162
echo "FILES_TO_SIGN=${FILENAMES}" >> "$GITHUB_ENV"
6263

0 commit comments

Comments
 (0)