fix upgrade download upload

This commit is contained in:
eromano
2024-01-12 18:14:35 +01:00
parent 35859cc397
commit 1241b9d164
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ runs:
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
with:
name: ${{ inputs.artifact-name }}
pattern: ${{ inputs.artifact-name }}-*
merge-multiple: true
- run: ls
shell: bash
- name: Append content

View File

@@ -31,6 +31,8 @@ runs:
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
with:
name: ${{ inputs.artifact-name }}
pattern: ${{ inputs.artifact-name }}-*
merge-multiple: true
- id: extract
shell: bash
run: |