Skip to content

Commit 0578160

Browse files
committed
update to circleci v2 api for artifacts
1 parent 189f424 commit 0578160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
command: |
3434
npm run pretest
3535
npm run cibuild
36+
- store_artifacts:
37+
path: ~/plotly.js/build/plotly.js
3638
- run:
3739
name: Save build artifact
3840
command: cp build/plotly.js $CIRCLE_ARTIFACTS/

0 commit comments

Comments
 (0)