diff --git a/gha/gha.upload-artifact.bash b/gha/gha.upload-artifact.bash index ab5fd64330..da6ffb3e53 100644 --- a/gha/gha.upload-artifact.bash +++ b/gha/gha.upload-artifact.bash @@ -23,6 +23,7 @@ function gha-upload-artifact() {( INPUT_retention-days=${3:-1} INPUT_compression-level=${4:-0} INPUT_overwrite=${5:-false} + INPUT_include-hidden-files=true INPUT_if-no-files-found=error # warn | error | ignore ) @@ -77,6 +78,7 @@ function gha-upload-artifact-fast() {( INPUT_retention-days=${3:-1} \ INPUT_compression-level=${4:-0} \ INPUT_overwrite=${5:-false} \ + INPUT_include-hidden-files=true \ INPUT_if-no-files-found=error \ /c/Program\ Files/nodejs/node /d/a/_actions/actions/upload-artifact/v4/dist/upload/index.js || return $? echo "uploaded: ${INPUT_path}" >&2 @@ -103,4 +105,4 @@ EOF function gha-patch-upload-artifact() {( cd /d/a/_actions/actions/upload-artifact/v4 && echo "$upload_artifact_patch" | patch -p1 -)} \ No newline at end of file +)}