diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aacec20..d1e79dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: with: name: mono-repos-dist path: | - packages/**/dist/** + packages/*/lib/** publish: needs: [build, test] @@ -73,6 +73,7 @@ jobs: uses: actions/download-artifact@v3 with: name: mono-repos-dist + path: packages - name: Publish (development) if: github.event.pull_request.head.repo.full_name == 'RightCapitalHQ/frontend-libraries' && github.base_ref == github.event.repository.default_branch