Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Dec 1, 2023
1 parent e1533aa commit 17f7ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/dl-and-unwrap-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ runs:
path: temp

- name: Reorganize artifacts
run: find . -type f -path "temp/*/${{ inputs.artifact-filter-pattern }}" -print -exec mv {} artifacts/ \;
run: find . -type f -path "${{ inputs.artifact-filter-pattern }}" -print -exec mv {} ../artifacts/ \;
working-directory: temp
shell: bash

- name: Delete artifact directories
Expand Down

0 comments on commit 17f7ffc

Please sign in to comment.