Skip to content

Commit e2d875e

Browse files
fix script
1 parent 6287853 commit e2d875e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/sign_node_package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
shell: bash
5757
run: |
5858
# all prebuilds
59-
FILENAMES=$(find build-* -type file -name '*.tar.gz')
59+
FILENAMES=$(find build-* -type f -name '*.tar.gz')
6060
FILENAMES="$FILENAMES ${{ env.package_file }}"
6161
echo "FILES_TO_SIGN=${FILENAMES}" >> "$GITHUB_ENV"
6262

0 commit comments

Comments
 (0)