This commit is contained in:
Yoann Chaudet
2022-12-08 14:48:49 -08:00
parent 386aa88c28
commit 6da3417318

View File

@@ -18,7 +18,7 @@ runs:
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: | run: |
chmod -c -R +rX . | 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 \
@@ -36,7 +36,7 @@ runs:
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
chmod -v -R +rX . | 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 \