Skip to content

Commit 565878a

Browse files
committed
chore: update paths to docs and lib
1 parent 9cf6c02 commit 565878a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
uses: actions/upload-artifact@v3
5656
with:
5757
name: ng2-charts
58-
path: dist/ng2-charts
58+
path: dist/libs/ng2-charts
5959
- name: Upload docs
6060
uses: actions/upload-artifact@v3
6161
with:
6262
name: ng2-charts-docs
63-
path: dist/ng2-charts-demo
63+
path: dist/apps/ng2-charts-demo
6464

6565
publish-npm:
6666
needs:

0 commit comments

Comments
 (0)