chore: fix out_dir usage in upload-symbols.py
This commit is contained in:
parent
55765424f9
commit
37f405859f
4 changed files with 9 additions and 13 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue