Removing forced folder

This commit is contained in:
2025-03-30 16:27:42 +02:00
parent 7a740d4887
commit 9427f5eae5

View File

@@ -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