From 9427f5eae5513d1bee918dcdce24cccad01103cb Mon Sep 17 00:00:00 2001 From: Skydust Date: Sun, 30 Mar 2025 16:27:42 +0200 Subject: [PATCH] Removing forced folder --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 85be618..c788e16 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: default: "${NEW_VERSION}" publishFolder: description: "Folder to tar, gz and publish" - required: true + required: false default: "dist/" ignorePatterns: description: "A comma separated string of file patterns to ignore relative to the publish folder." @@ -101,4 +101,5 @@ runs: rm -f "${{ inputs.customArchiveName }}.tar.gz" - name: Validate job shell: bash - run: [[ -z "$HTTP_RESPONSE" ]]; || exit 1 + run: | + [[ -z "$HTTP_RESPONSE" ]]; || exit 1