From aefddd41c8ac0f407b4ee9a1c69e66d965a7f461 Mon Sep 17 00:00:00 2001 From: Fabian Aguilar Gomez Date: Fri, 6 Sep 2024 15:40:26 -0500 Subject: [PATCH] Updates from editor --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index b297eea..f2c7662 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: -cvf "$RUNNER_TEMP/artifact.tar" \ --exclude=.git \ --exclude=.github \ - --exclude=".*" \ + --exclude=".[^/]*" \ . echo ::endgroup:: env: @@ -50,7 +50,7 @@ runs: -cvf "$RUNNER_TEMP/artifact.tar" \ --exclude=.git \ --exclude=.github \ - --exclude=".*" \ + --exclude=".[^/]*" \ . echo ::endgroup:: env: @@ -68,7 +68,7 @@ runs: -cvf "$RUNNER_TEMP\artifact.tar" \ --exclude=.git \ --exclude=.github \ - --exclude=".*" \ + --exclude=".[^/]*" \ --force-local \ "." echo ::endgroup::