diff --git a/action.yml b/action.yml index a19976e..b297eea 100644 --- a/action.yml +++ b/action.yml @@ -32,6 +32,7 @@ runs: -cvf "$RUNNER_TEMP/artifact.tar" \ --exclude=.git \ --exclude=.github \ + --exclude=".*" \ . echo ::endgroup:: env: @@ -49,6 +50,7 @@ runs: -cvf "$RUNNER_TEMP/artifact.tar" \ --exclude=.git \ --exclude=.github \ + --exclude=".*" \ . echo ::endgroup:: env: @@ -66,6 +68,7 @@ runs: -cvf "$RUNNER_TEMP\artifact.tar" \ --exclude=.git \ --exclude=.github \ + --exclude=".*" \ --force-local \ "." echo ::endgroup::