diff --git a/action.yml b/action.yml index 129a2a0..1857232 100644 --- a/action.yml +++ b/action.yml @@ -8,6 +8,9 @@ inputs: path: description: 'A file, directory or wildcard pattern that describes what to upload' required: true + skipArchive: + description: 'Skip archiving of multiple files, prefers to create multiple artifacts' + required: false runs: using: 'node12' main: 'dist/index.js' \ No newline at end of file