ci: upload the built packages dist and fix release artifacts download

This commit is contained in:
Amin Yahyaabadi 2023-07-24 14:18:02 -07:00
parent 4e58b250d7
commit b3b3348bbf
1 changed files with 3 additions and 2 deletions

View File

@ -63,6 +63,7 @@ jobs:
name: dist
path: |
./dist
./packages/*/dist
./dev/docker/__tests__/
retention-days: 1
@ -253,8 +254,8 @@ jobs:
- name: Place Artifacts
shell: bash
run: |
mv -v artifact/dist/* ./
mv -v artifact/exe/* ./
mv -v ./dist/* ./
mv -v ./exe/* ./
chmod +x -R ./exe/
- name: Draft the release