Skip to content

Commit

Permalink
Now, finally, fixed a merging issue on download-artifact in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfernandez committed Nov 21, 2024
1 parent 4f9f300 commit b5ec068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Move artifacts to their right place
run: |
ls -lR changes-dir
cp -dpr changes-dir/*/* .
cp -dpr changes-dir/* .
rm -r changes-dir/*
- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit b5ec068

Please sign in to comment.