mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix upgrade download upload
This commit is contained in:
2
.github/actions/artifact-append/action.yml
vendored
2
.github/actions/artifact-append/action.yml
vendored
@@ -25,6 +25,8 @@ runs:
|
|||||||
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.artifact-name }}
|
name: ${{ inputs.artifact-name }}
|
||||||
|
pattern: ${{ inputs.artifact-name }}-*
|
||||||
|
merge-multiple: true
|
||||||
- run: ls
|
- run: ls
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Append content
|
- name: Append content
|
||||||
|
2
.github/actions/artifact-extract/action.yml
vendored
2
.github/actions/artifact-extract/action.yml
vendored
@@ -31,6 +31,8 @@ runs:
|
|||||||
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.artifact-name }}
|
name: ${{ inputs.artifact-name }}
|
||||||
|
pattern: ${{ inputs.artifact-name }}-*
|
||||||
|
merge-multiple: true
|
||||||
- id: extract
|
- id: extract
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user