Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Dec 9, 2024
1 parent 6287853 commit e2d875e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/sign_node_package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
shell: bash
run: |
# all prebuilds
FILENAMES=$(find build-* -type file -name '*.tar.gz')
FILENAMES=$(find build-* -type f -name '*.tar.gz')
FILENAMES="$FILENAMES ${{ env.package_file }}"
echo "FILES_TO_SIGN=${FILENAMES}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit e2d875e

Please sign in to comment.