Removing forced folder
This commit is contained in:
@@ -12,7 +12,7 @@ inputs:
|
|||||||
default: "${NEW_VERSION}"
|
default: "${NEW_VERSION}"
|
||||||
publishFolder:
|
publishFolder:
|
||||||
description: "Folder to tar, gz and publish"
|
description: "Folder to tar, gz and publish"
|
||||||
required: true
|
required: false
|
||||||
default: "dist/"
|
default: "dist/"
|
||||||
ignorePatterns:
|
ignorePatterns:
|
||||||
description: "A comma separated string of file patterns to ignore relative to the publish folder."
|
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"
|
rm -f "${{ inputs.customArchiveName }}.tar.gz"
|
||||||
- name: Validate job
|
- name: Validate job
|
||||||
shell: bash
|
shell: bash
|
||||||
run: [[ -z "$HTTP_RESPONSE" ]]; || exit 1
|
run: |
|
||||||
|
[[ -z "$HTTP_RESPONSE" ]]; || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user