Skip to content

Commit

Permalink
double the download to check
Browse files Browse the repository at this point in the history
  • Loading branch information
a-eljazouly committed Feb 6, 2024
1 parent 2e7abd7 commit 1fdf8e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/merge-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ runs:
path: ${{ inputs.target_name }}
merge-multiple: true

- name: Download Artifacts

Check failure on line 27 in .github/actions/merge-artifacts/action.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

27:3 syntax error: expected <block end>, but found '-' (syntax)
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
with:
pattern: ${{ inputs.source_name_pattern }}*
path: ${{ inputs.target_name }}
merge-multiple: true

- name: Upload the Regrouped Artifact
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
Expand Down

0 comments on commit 1fdf8e8

Please sign in to comment.