Skip to content

Commit

Permalink
fix: correct the artifact path in CI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx committed Sep 26, 2023
1 parent 7b499a8 commit 34c31f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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,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
Expand Down

0 comments on commit 34c31f2

Please sign in to comment.