Skip to content

Commit b5ec068

Browse files
committed
Now, finally, fixed a merging issue on download-artifact in CI workflow
1 parent 4f9f300 commit b5ec068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Move artifacts to their right place
8282
run: |
8383
ls -lR changes-dir
84-
cp -dpr changes-dir/*/* .
84+
cp -dpr changes-dir/* .
8585
rm -r changes-dir/*
8686
- name: Create Pull Request
8787
id: cpr

0 commit comments

Comments
 (0)