Copy files
Class CopyFilesAction
class CopyFilesAction(Action)
An action to copy files from the project root to the build directory. This is usually the first step in a pipeline as further steps can then freely modify files in the build directory without affecting the original project directory.
This action is registered as an action plugin under the name copy-files
.
paths
The list of paths, relative to the project directory, to copy to the temporary build directory.