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 804c866 commit bcf66ceCopy full SHA for bcf66ce
node/sign_node_package/action.yml
@@ -59,9 +59,7 @@ runs:
59
FILENAMES=$(find build-* -type f -name '*.tar.gz')
60
FILENAMES=$(echo "$FILENAMES")
61
FILENAMES="$FILENAMES ${{ env.package_file }}"
62
-
63
- echo $FILENAMES
64
- echo "FILES_TO_SIGN=$FILENAMES" >> "$GITHUB_ENV"
+ echo "FILES_TO_SIGN='$FILENAMES'" | tee $GITHUB_ENV
65
66
- name: Determine what files to sign (non-native packages, with only the release tarball)
67
if: ${{ inputs.sign_native != 'true' }}
0 commit comments