Skip to content

Commit b66c2c4

Browse files
committed
ci: fix placing the built executables [skip test]
1 parent 50d2184 commit b66c2c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,7 @@ jobs:
263263
mv -v ./dist/ ./dist-artifacts
264264
mv -v ./dist-artifacts/* ./
265265
266-
mv -v ./exe/ ./exe-artifacts
267-
mv -v ./exe-artifacts/* ./
268-
266+
mv -v ./exe/* ./
269267
chmod +x -R ./exe/
270268
271269
- name: Draft the release

0 commit comments

Comments
 (0)