zerogiven/Find and Copy Files
Find files matching patterns and copy them with renamed names
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifacts_path | Path to search for artifacts | yes | ${{ github.workspace }}/artifacts/bin/ |
| files | JSON array of file configs: [{search: "pattern", name: "output_name"}, ...] | yes | — |
| output_directory | Directory to copy files to | yes | ${{ github.workspace }}/release-assets |
Outputs
| name | description |
|---|---|
| found_files | JSON array of found and copied files |