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:
116
116
steps :
117
117
- attach_workspace :
118
118
at : " ."
119
- - ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
119
+ - run : ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
120
120
121
121
deploy36 :
122
122
docker :
@@ -125,7 +125,7 @@ jobs:
125
125
steps :
126
126
- attach_workspace :
127
127
at : " ."
128
- - ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
128
+ - run : ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
129
129
130
130
deploy37 :
131
131
docker :
@@ -134,7 +134,7 @@ jobs:
134
134
steps :
135
135
- attach_workspace :
136
136
at : " ."
137
- - ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
137
+ - run : ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
138
138
139
139
nightly :
140
140
machine : true
@@ -170,8 +170,6 @@ workflows:
170
170
filters :
171
171
tags :
172
172
only : /.*/
173
- branches :
174
- only : master
175
173
- build36 :
176
174
requires :
177
175
- cargo_fetch
@@ -181,8 +179,6 @@ workflows:
181
179
filters :
182
180
tags :
183
181
only : /.*/
184
- branches :
185
- only : master
186
182
- build37 :
187
183
requires :
188
184
- cargo_fetch
@@ -192,5 +188,3 @@ workflows:
192
188
filters :
193
189
tags :
194
190
only : /.*/
195
- branches :
196
- only : master
You can’t perform that action at this time.
0 commit comments