diff --git a/src/constants.ts b/src/constants.ts index 49d800a..1a377b1 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,7 @@ export enum Inputs { Name = 'name', Path = 'path' + stayGzipped = 'staygzipped' } export enum Outputs { DownloadPath = 'download-path'