ci: fix the release artifact placement [skip test]

This commit is contained in:
Amin Yahyaabadi 2023-09-01 15:04:09 -07:00
parent ebe8a86b02
commit 50d2184102
1 changed files with 6 additions and 2 deletions

View File

@ -260,8 +260,12 @@ jobs:
- name: Place Artifacts - name: Place Artifacts
shell: bash shell: bash
run: | run: |
mv -v ./dist/* ./ mv -v ./dist/ ./dist-artifacts
mv -v ./exe/* ./ mv -v ./dist-artifacts/* ./
mv -v ./exe/ ./exe-artifacts
mv -v ./exe-artifacts/* ./
chmod +x -R ./exe/ chmod +x -R ./exe/
- name: Draft the release - name: Draft the release