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
|
@ -9,8 +9,6 @@ import sys
|
|||
from lib.config import PLATFORM, get_target_arch, s3_config
|
||||
from lib.util import safe_mkdir, scoped_cwd, s3put, get_out_dir, get_dist_dir
|
||||
|
||||
# TODO: Update this entire file to point at the correct file names in the out
|
||||
# directory
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
DIST_DIR = get_dist_dir()
|
||||
OUT_DIR = get_out_dir()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue