Skip to content

Commit bcf66ce

Browse files
surround in quotes
1 parent 804c866 commit bcf66ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

node/sign_node_package/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ runs:
5959
FILENAMES=$(find build-* -type f -name '*.tar.gz')
6060
FILENAMES=$(echo "$FILENAMES")
6161
FILENAMES="$FILENAMES ${{ env.package_file }}"
62-
63-
echo $FILENAMES
64-
echo "FILES_TO_SIGN=$FILENAMES" >> "$GITHUB_ENV"
62+
echo "FILES_TO_SIGN='$FILENAMES'" | tee $GITHUB_ENV
6563
6664
- name: Determine what files to sign (non-native packages, with only the release tarball)
6765
if: ${{ inputs.sign_native != 'true' }}

0 commit comments

Comments
 (0)