Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use macos's non-gnu version of chmod
  • Loading branch information
Jess Bees committed Nov 14, 2022
1 parent 61a978d commit de1b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -36,7 +36,7 @@ runs:
shell: sh
if: runner.os == 'macOS'
run: |
for f in $(gchmod -c -R +r . | awk '{print substr($3, 2, length($3)-2)}')
for f in $(chmod -v -R +r)
do
echo "::warning::Added read permission to $f"
done
Expand Down

0 comments on commit de1b81a

Please sign in to comment.