Skip to content

Commit 185a608

Browse files
committed
ci: place the artifacts and exe
1 parent f7141f2 commit 185a608

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,14 @@ jobs:
284284
name: dist
285285
path: dist/
286286

287+
- name: Place Artifacts
288+
shell: bash
289+
run: |
290+
mv -v ./dist/ ./dist-artifacts
291+
mv -v ./dist-artifacts/* ./
292+
293+
chmod +x -R ./exe/
294+
287295
- name: Draft the release
288296
uses: meeDamian/[email protected]
289297
with:

0 commit comments

Comments
 (0)