mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 16:16:18 +00:00
Merge branch 'main' into customize-artifact-name
This commit is contained in:
@@ -21,8 +21,8 @@ runs:
|
|||||||
shell: sh
|
shell: sh
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
chmod -c -R +r . | while read line; do
|
chmod -c -R +rX . | while read line; do
|
||||||
echo "::warning title=Changed permissions on a file::$line"
|
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
||||||
done
|
done
|
||||||
tar \
|
tar \
|
||||||
--dereference --hard-dereference \
|
--dereference --hard-dereference \
|
||||||
@@ -39,8 +39,8 @@ runs:
|
|||||||
shell: sh
|
shell: sh
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
chmod -v -R +r . | while read line; do
|
chmod -v -R +rX . | while read line; do
|
||||||
echo "::warning title=Changed permissions on a file::$line"
|
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
||||||
done
|
done
|
||||||
gtar \
|
gtar \
|
||||||
--dereference --hard-dereference \
|
--dereference --hard-dereference \
|
||||||
|
|||||||
Reference in New Issue
Block a user