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