File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 4545 - run :
4646 name : Upload binary
4747 command : |
48- ghr $CIRCLE_TAG build/lib/py_sourcemap/*.so
48+ $CIRCLE_TAG && ghr $CIRCLE_TAG build/lib/py_sourcemap/*.so
4949 - run :
5050 name : Prune the output files
5151 command : |
7777 - run :
7878 name : Upload binary
7979 command : |
80- ghr $CIRCLE_TAG build/lib/py_sourcemap/*.so
80+ $CIRCLE_TAG && ghr $CIRCLE_TAG build/lib/py_sourcemap/*.so
8181 - run :
8282 name : Prune the output files
8383 command : |
@@ -109,7 +109,9 @@ jobs:
109109 - run :
110110 name : Upload binary
111111 command : |
112- ghr $CIRCLE_TAG build/lib/py_sourcemap/*.so
112+ if [ "$CIRCLE_TAG" != "" ]; then \
113+ ghr $CIRCLE_TAG build/lib/py_sourcemap/*.so
114+ fi
113115 - run :
114116 name : Prune the output files
115117 command : |
You can’t perform that action at this time.
0 commit comments