diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aacec20..fd61c42 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,10 @@ jobs: uses: actions/download-artifact@v3 with: name: mono-repos-dist + path: packages + + - name: Display structure of downloaded files + run: ls -R - name: Publish (development) if: github.event.pull_request.head.repo.full_name == 'RightCapitalHQ/frontend-libraries' && github.base_ref == github.event.repository.default_branch