chore: fix out_dir usage in upload-symbols.py

This commit is contained in:
Samuel Attard 2018-09-28 11:24:25 +10:00
parent 55765424f9
commit 37f405859f
4 changed files with 9 additions and 13 deletions

View file

@ -34,8 +34,6 @@ DSYM_NAME = get_zip_name(PROJECT_NAME, ELECTRON_VERSION, 'dsym')
PDB_NAME = get_zip_name(PROJECT_NAME, ELECTRON_VERSION, 'pdb')
# TODO: Update this entire file to point at the correct file names in the out
# directory
def main():
args = parse_args()
if args.upload_to_s3: