Skip to content

Commit 0d90ade

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
path: changes-dir
8181
- name: Move artifacts to their right place
8282
run: |
83-
cp -dpr changes-dir/artifact/* .
84-
rm -r changes-dir/artifact
83+
cp -dpr changes-dir/*/* .
84+
rm -r changes-dir/*
8585
- name: Create Pull Request
8686
id: cpr
8787
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)