mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 08:06:18 +00:00
Use macos's non-gnu version of chmod
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user