From fa272b315b43d72820fc2e1c869344cada1351ed Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Mon, 27 Jul 2020 12:32:58 +0300 Subject: [PATCH] fix for input --- action.yml | 3 +++ 1 file changed, 3 insertions(+) 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