mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 16:16:18 +00:00
Update action.yml
This commit is contained in:
committed by
GitHub
parent
64bcae551a
commit
2642ae83d2
@@ -21,7 +21,7 @@ runs:
|
|||||||
shell: sh
|
shell: sh
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
chmod -c -R +rX "$INPUT_PATH" | while read line; do
|
while read line; do
|
||||||
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
||||||
done
|
done
|
||||||
tar \
|
tar \
|
||||||
@@ -39,7 +39,7 @@ runs:
|
|||||||
shell: sh
|
shell: sh
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
chmod -v -R +rX "$INPUT_PATH" | while read line; do
|
while read line; do
|
||||||
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
||||||
done
|
done
|
||||||
gtar \
|
gtar \
|
||||||
|
|||||||
Reference in New Issue
Block a user