Skip to content

Commit

Permalink
ci: fix the release artifact placement [skip test]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 1, 2023
1 parent ebe8a86 commit 50d2184
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,12 @@ jobs:
- name: Place Artifacts
shell: bash
run: |
mv -v ./dist/* ./
mv -v ./exe/* ./
mv -v ./dist/ ./dist-artifacts
mv -v ./dist-artifacts/* ./
mv -v ./exe/ ./exe-artifacts
mv -v ./exe-artifacts/* ./
chmod +x -R ./exe/
- name: Draft the release
Expand Down

0 comments on commit 50d2184

Please sign in to comment.