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