mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2026-02-11 12:51:33 +00:00
Compare commits
3 Commits
change-fil
...
v1.0.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4506126207 | ||
|
|
6de1c7ae49 | ||
|
|
de1b81a30a |
@@ -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