theohbrothers/Generate-DockerImageVariants

Directories of to-be-copied files' are not created when path has more than one level

Closed this issue · 0 comments

Bug

Directories of to-be-copied files' are not created when path has more than one level.

# Files' definition
$FILES = @(
    '.github/workflows/ci-master-pr.yml'
    '.github/workflows/ci-release.yml'
    'README.md'
)

Expectation

Directories of to-be-copied files' are created when path has more than one level.