File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ jobs:
108
108
root : *workspace
109
109
paths :
110
110
- dist/*.*
111
+ - store_artifacts :
112
+ path : dist
111
113
112
114
deploy_linux :
113
115
<< : *linux_config
@@ -118,6 +120,8 @@ jobs:
118
120
root : *workspace
119
121
paths :
120
122
- dist/*.*
123
+ - store_artifacts :
124
+ path : dist
121
125
122
126
deploy_mac :
123
127
<< : *mac_config
@@ -128,6 +132,8 @@ jobs:
128
132
root : *workspace
129
133
paths :
130
134
- ./dist/*.*
135
+ - store_artifacts :
136
+ path : dist
131
137
132
138
calculate_checksums :
133
139
<< : *linux_config
@@ -148,11 +154,6 @@ workflows:
148
154
- unit_tests
149
155
deploy :
150
156
jobs :
151
- - calculate_checksums :
152
- requires :
153
- - deploy_windows
154
- - deploy_linux
155
- - deploy_mac
156
157
- deploy_windows :
157
158
filters :
158
159
branches :
@@ -171,3 +172,8 @@ workflows:
171
172
ignore : /.*/
172
173
tags :
173
174
only : /[v][0-9]+(\.[0-9]+)+.*/
175
+ - calculate_checksums :
176
+ requires :
177
+ - deploy_windows
178
+ - deploy_linux
179
+ - deploy_mac
You can’t perform that action at this time.
0 commit comments