Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Dec 2, 2023
1 parent 218031b commit 3ed4d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ runs:
path: temp

- name: Reorganize artifacts
run: find . -type f ${{ inputs.artifact-patterns }}" -print -exec mv {} ../${{ inputs.output-folder-name }} \;
run: find . -type f ${{ inputs.artifact-patterns }} -print -exec mv {} ../${{ inputs.output-folder-name }} \;
working-directory: temp
shell: bash

Expand Down

0 comments on commit 3ed4d23

Please sign in to comment.