Fix the mac shell script

This commit is contained in:
Jess Bees
2022-11-15 10:18:49 -05:00
parent de1b81a30a
commit 6de1c7ae49

View File

@@ -36,7 +36,7 @@ runs:
shell: sh shell: sh
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
for f in $(chmod -v -R +r) for f in $(chmod -v -R +r .)
do do
echo "::warning::Added read permission to $f" echo "::warning::Added read permission to $f"
done done