From 386aa88c2855af71fac40abbc1241aa06d836826 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Thu, 8 Dec 2022 14:44:29 -0800 Subject: [PATCH] Include folder --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 658c301..78b6815 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ runs: shell: sh if: runner.os == 'Linux' 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" done tar \ @@ -35,7 +35,7 @@ runs: shell: sh if: runner.os == 'macOS' 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" done gtar \