Skip to content

Commit

Permalink
ci: place the artifacts and exe
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 7, 2025
1 parent f7141f2 commit 185a608
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,14 @@ jobs:
name: dist
path: dist/

- name: Place Artifacts
shell: bash
run: |
mv -v ./dist/ ./dist-artifacts
mv -v ./dist-artifacts/* ./
chmod +x -R ./exe/
- name: Draft the release
uses: meeDamian/github-release@2.0
with:
Expand Down

0 comments on commit 185a608

Please sign in to comment.