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 e2d875e commit 348169fCopy full SHA for 348169f
node/sign_node_package/action.yml
@@ -57,6 +57,7 @@ runs:
57
run: |
58
# all prebuilds
59
FILENAMES=$(find build-* -type f -name '*.tar.gz')
60
+ FILENAMES=$(echo "$FILENAMES)
61
FILENAMES="$FILENAMES ${{ env.package_file }}"
62
echo "FILES_TO_SIGN=${FILENAMES}" >> "$GITHUB_ENV"
63
0 commit comments