Skip to content

Commit b3b3348

Browse files
committed
ci: upload the built packages dist and fix release artifacts download
1 parent 4e58b25 commit b3b3348

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
name: dist
6464
path: |
6565
./dist
66+
./packages/*/dist
6667
./dev/docker/__tests__/
6768
retention-days: 1
6869

@@ -253,8 +254,8 @@ jobs:
253254
- name: Place Artifacts
254255
shell: bash
255256
run: |
256-
mv -v artifact/dist/* ./
257-
mv -v artifact/exe/* ./
257+
mv -v ./dist/* ./
258+
mv -v ./exe/* ./
258259
chmod +x -R ./exe/
259260
260261
- name: Draft the release

0 commit comments

Comments
 (0)