Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix the mac shell script
  • Loading branch information
Jess Bees committed Nov 15, 2022
1 parent de1b81a commit 6de1c7a
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 $(chmod -v -R +r)
for f in $(chmod -v -R +r .)
do
echo "::warning::Added read permission to $f"
done
Expand Down

0 comments on commit 6de1c7a

Please sign in to comment.