Skip to content

Commit 6197192

Browse files
authored
Merge pull request #4 from postmanlabs/upload-artifacts
Upload artifacts
2 parents 29b7957 + fcd2d44 commit 6197192

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ jobs:
8787
- prepare:
8888
os: << parameters.os >>
8989
- build
90+
- store_artifacts:
91+
path: dist
92+
- store_artifacts:
93+
path: postject-api.h
94+
- store_artifacts:
95+
path: postject.py
9096

9197
test:
9298
parameters:

0 commit comments

Comments
 (0)