Skip to content

Commit

Permalink
ci - add build-artifacts to publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Sep 10, 2019
1 parent eddf498 commit 9ada8c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ jobs:
- store_artifacts:
path: test-artifacts
destination: test-artifacts
- store_artifacts:
path: build-artifacts
destination: build-artifacts
- run:
name: build:announce
command: ./development/metamaskbot-build-announce.js
Expand Down

0 comments on commit 9ada8c2

Please sign in to comment.