Skip to content

Commit

Permalink
chore: update paths to docs and lib
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jul 21, 2023
1 parent 9cf6c02 commit 565878a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -55,12 +55,12 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ng2-charts
path: dist/ng2-charts
path: dist/libs/ng2-charts
- name: Upload docs
uses: actions/upload-artifact@v3
with:
name: ng2-charts-docs
path: dist/ng2-charts-demo
path: dist/apps/ng2-charts-demo

publish-npm:
needs:
Expand Down

0 comments on commit 565878a

Please sign in to comment.