Merge branch 'main' into customize-artifact-name

This commit is contained in:
Yoann Chaudet
2022-12-08 15:27:57 -08:00
committed by GitHub

View File

@@ -21,8 +21,8 @@ runs:
shell: sh
if: runner.os == 'Linux'
run: |
chmod -c -R +r . | while read line; do
echo "::warning title=Changed permissions on a file::$line"
chmod -c -R +rX . | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
tar \
--dereference --hard-dereference \
@@ -39,8 +39,8 @@ runs:
shell: sh
if: runner.os == 'macOS'
run: |
chmod -v -R +r . | while read line; do
echo "::warning title=Changed permissions on a file::$line"
chmod -v -R +rX . | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
gtar \
--dereference --hard-dereference \