mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 08:06:18 +00:00
Fix the mac shell script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user