mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use lowercase for symbol paths
This commit is contained in:
@@ -24,6 +24,7 @@ def main():
|
||||
|
||||
bucket, access_key, secret_key = s3_config()
|
||||
files = glob.glob(SYMBOLS_DIR + '/*.pdb/*/*.pdb')
|
||||
files = [f.lower() for f in files]
|
||||
upload_symbols(bucket, access_key, secret_key, files)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user