Skip to content

Commit

Permalink
Merge pull request #15 from RightCapitalHQ/feature/publishing-empty-p…
Browse files Browse the repository at this point in the history
…ackage

fix: correct the artifact path in CI config file
  • Loading branch information
rainx authored Sep 26, 2023
2 parents e3e0ead + f701fde commit 012a18b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
name: mono-repos-dist
path: |
packages/**/dist/**
packages/*/lib/**
publish:
needs: [build, test]
Expand All @@ -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
Expand Down

0 comments on commit 012a18b

Please sign in to comment.