From f16268905646270eb512adcfe658d9b0d9a489da Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 14 Mar 2022 15:18:01 -0400 Subject: [PATCH] Update constants.ts --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) 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'