File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 steps :
117117 - attach_workspace :
118118 at : " ."
119- - ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
119+ - run : ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
120120
121121 deploy36 :
122122 docker :
@@ -125,7 +125,7 @@ jobs:
125125 steps :
126126 - attach_workspace :
127127 at : " ."
128- - ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
128+ - run : ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
129129
130130 deploy37 :
131131 docker :
@@ -134,7 +134,7 @@ jobs:
134134 steps :
135135 - attach_workspace :
136136 at : " ."
137- - ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
137+ - run : ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
138138
139139 nightly :
140140 machine : true
@@ -170,8 +170,6 @@ workflows:
170170 filters :
171171 tags :
172172 only : /.*/
173- branches :
174- only : master
175173 - build36 :
176174 requires :
177175 - cargo_fetch
@@ -181,8 +179,6 @@ workflows:
181179 filters :
182180 tags :
183181 only : /.*/
184- branches :
185- only : master
186182 - build37 :
187183 requires :
188184 - cargo_fetch
@@ -192,5 +188,3 @@ workflows:
192188 filters :
193189 tags :
194190 only : /.*/
195- branches :
196- only : master
You can’t perform that action at this time.
0 commit comments