generate electron-api.json and upload with release
This commit is contained in:
parent
67c89b68d3
commit
8d201ae1ad
3 changed files with 6 additions and 2 deletions
|
@ -78,6 +78,7 @@ def main():
|
|||
upload_electron(github, release, os.path.join(DIST_DIR, DIST_NAME))
|
||||
upload_electron(github, release, os.path.join(DIST_DIR, SYMBOLS_NAME))
|
||||
if PLATFORM == 'darwin':
|
||||
upload_electron(github, release, os.path.join(DIST_DIR, 'electron-api.json'))
|
||||
upload_electron(github, release, os.path.join(DIST_DIR, DSYM_NAME))
|
||||
elif PLATFORM == 'win32':
|
||||
upload_electron(github, release, os.path.join(DIST_DIR, PDB_NAME))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue