Skip to content

Commit 4f9f300

Browse files
committed
Fixed a merging issue on download-artifact in CI workflow
1 parent 0d90ade commit 4f9f300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
path: changes-dir
8181
- name: Move artifacts to their right place
8282
run: |
83+
ls -lR changes-dir
8384
cp -dpr changes-dir/*/* .
8485
rm -r changes-dir/*
8586
- name: Create Pull Request

0 commit comments

Comments
 (0)