@@ -112,6 +112,9 @@ jobs:
112
112
- run :
113
113
name : (Plugin) Deploy SNAPSHOTs
114
114
command : cd plugin && ./gradlew publishLibraryPublicationToSnapshotRepository --stacktrace --no-daemon
115
+ - store_artifacts :
116
+ path : plugin/android-junit5/build/publications
117
+ destination : plugin/publications/snapshots
115
118
116
119
deploy_instrumentation_snapshots :
117
120
<< : *defaults
@@ -123,6 +126,12 @@ jobs:
123
126
- run :
124
127
name : (Instrumentation) Deploy SNAPSHOTs
125
128
command : cd instrumentation && ./gradlew publishLibraryPublicationToSnapshotRepository --stacktrace --no-daemon
129
+ - store_artifacts :
130
+ path : instrumentation/core/build/publications
131
+ destination : instrumentation-core/publications/snapshots
132
+ - store_artifacts :
133
+ path : instrumentation/runner/build/publications
134
+ destination : instrumentation-runner/publications/snapshots
126
135
127
136
deploy_plugin_release :
128
137
<< : *defaults
@@ -134,6 +143,9 @@ jobs:
134
143
- run :
135
144
name : (Plugin) Deploy
136
145
command : cd plugin && ./gradlew generatePomFileForLibraryPublication publish :android-junit5:bintrayUpload --stacktrace --no-daemon
146
+ - store_artifacts :
147
+ path : plugin/android-junit5/build/publications
148
+ destination : plugin/publications/releases
137
149
138
150
deploy_instrumentation_release :
139
151
<< : *defaults
@@ -145,6 +157,12 @@ jobs:
145
157
- run :
146
158
name : (Instrumentation) Deploy
147
159
command : cd instrumentation && ./gradlew generatePomFileForLibraryPublication publish :api:bintrayUpload :core:bintrayUpload :runner:bintrayUpload --stacktrace --no-daemon
160
+ - store_artifacts :
161
+ path : instrumentation/core/build/publications
162
+ destination : instrumentation-core/publications/releases
163
+ - store_artifacts :
164
+ path : instrumentation/runner/build/publications
165
+ destination : instrumentation-runner/publications/releases
148
166
149
167
workflows :
150
168
version : 2
0 commit comments