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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user