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 4545 - run :
4646 name : Upload binary
4747 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
4951 - run :
5052 name : Prune the output files
5153 command : |
7779 - run :
7880 name : Upload binary
7981 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
8185 - run :
8286 name : Prune the output files
8387 command : |
@@ -110,7 +114,7 @@ jobs:
110114 name : Upload binary
111115 command : |
112116 if [ "$CIRCLE_TAG" != "" ]; then \
113- ghr $ CIRCLE_TAG build/lib/py_sourcemap/*.so
117+ ghr "${ CIRCLE_TAG}" build/lib/py_sourcemap/*.so
114118 fi
115119 - run :
116120 name : Prune the output files
You can’t perform that action at this time.
0 commit comments