ci: place the artifacts and exe

This commit is contained in:
Amin Yahyaabadi 2025-02-07 14:11:47 -08:00
parent f7141f2b69
commit 185a60867a
1 changed files with 8 additions and 0 deletions

View File

@ -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: