Skip to content

Commit 50d2184

Browse files
committed
ci: fix the release artifact placement [skip test]
1 parent ebe8a86 commit 50d2184

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/CI.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,12 @@ jobs:
260260
- name: Place Artifacts
261261
shell: bash
262262
run: |
263-
mv -v ./dist/* ./
264-
mv -v ./exe/* ./
263+
mv -v ./dist/ ./dist-artifacts
264+
mv -v ./dist-artifacts/* ./
265+
266+
mv -v ./exe/ ./exe-artifacts
267+
mv -v ./exe-artifacts/* ./
268+
265269
chmod +x -R ./exe/
266270
267271
- name: Draft the release

0 commit comments

Comments
 (0)