diff --git a/infra/gcb/build.py b/infra/gcb/build.py index 8dfbb9cc9..6940bd470 100755 --- a/infra/gcb/build.py +++ b/infra/gcb/build.py @@ -214,13 +214,6 @@ def get_build_steps(project_yaml, dockerfile_path): 'cd {0} && zip -r {1} *'.format(out, zip_file) ], }, - # upload binaries - {'name': 'gcr.io/oss-fuzz-base/uploader', - 'args': [ - os.path.join(out, zip_file), - upload_url, - ], - }, # upload srcmap {'name': 'gcr.io/oss-fuzz-base/uploader', 'args': [ @@ -228,6 +221,13 @@ def get_build_steps(project_yaml, dockerfile_path): srcmap_url, ], }, + # upload binaries + {'name': 'gcr.io/oss-fuzz-base/uploader', + 'args': [ + os.path.join(out, zip_file), + upload_url, + ], + }, # cleanup {'name': image, 'args': [