From b3b3348bbfb6810d82f05a707b2d6ac252b96945 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 24 Jul 2023 14:18:02 -0700 Subject: [PATCH] ci: upload the built packages dist and fix release artifacts download --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index add428d9..e1593918 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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