Skip to content

Commit

Permalink
build: prefix v in uploader script
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Oct 27, 2022
1 parent 07530f8 commit c367d52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/release/uploaders/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
SRC_DIR, ELECTRON_DIR, TS_NODE


ELECTRON_VERSION = get_electron_version()
ELECTRON_VERSION = 'v' + get_electron_version()
print(ELECTRON_VERSION)

PROJECT_NAME = get_electron_branding()['project_name']
PRODUCT_NAME = get_electron_branding()['product_name']
Expand Down

0 comments on commit c367d52

Please sign in to comment.