File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 45
45
- run :
46
46
name : Upload binary
47
47
command : |
48
- $CIRCLE_TAG && ghr $CIRCLE_TAG build/lib/py_sourcemap/*.so
48
+ if [ "$CIRCLE_TAG" != "" ]; then \
49
+ ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
50
+ fi
49
51
- run :
50
52
name : Prune the output files
51
53
command : |
77
79
- run :
78
80
name : Upload binary
79
81
command : |
80
- $CIRCLE_TAG && ghr $CIRCLE_TAG build/lib/py_sourcemap/*.so
82
+ if [ "$CIRCLE_TAG" != "" ]; then \
83
+ ghr "${CIRCLE_TAG}" build/lib/py_sourcemap/*.so
84
+ fi
81
85
- run :
82
86
name : Prune the output files
83
87
command : |
@@ -110,7 +114,7 @@ jobs:
110
114
name : Upload binary
111
115
command : |
112
116
if [ "$CIRCLE_TAG" != "" ]; then \
113
- ghr $ CIRCLE_TAG build/lib/py_sourcemap/*.so
117
+ ghr "${ CIRCLE_TAG}" build/lib/py_sourcemap/*.so
114
118
fi
115
119
- run :
116
120
name : Prune the output files
You can’t perform that action at this time.
0 commit comments