Upload dist to Releases

This commit is contained in:
Cheng Zhao 2015-07-03 13:43:20 +08:00
parent f99cd4d05a
commit 82153eb75f
2 changed files with 21 additions and 8 deletions

View file

@ -72,6 +72,7 @@ def main():
if is_release:
run_script('build.py', ['-c', 'R'])
run_script('create-dist.py')
run_script('upload.py')
elif PLATFORM == 'win32' or target_arch == 'x64':
run_script('build.py', ['-c', 'D'])
if PLATFORM != 'win32':