Skip to content

Commit

Permalink
Upload Defold SDK and reference documentation to GitHub on release (#…
Browse files Browse the repository at this point in the history
…7538)

* Upload sdk and ref doc to GitHub

* Update release_to_github.py
  • Loading branch information
britzl authored and Jhonnyg committed Apr 14, 2023
1 parent eb3cfbd commit f37ca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/release_to_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def is_editor_file(path):
'Defold-x86_64-win32.zip')

def is_main_file(path):
return os.path.basename(path) in ('bob.jar',) or is_editor_file(path)
return os.path.basename(path) in ('bob.jar', 'ref-doc.zip') or is_editor_file(path) or 'engine/defoldsdk.zip' in path

def is_platform_file(path):
return os.path.basename(path) in ('gdc',
Expand Down

0 comments on commit f37ca62

Please sign in to comment.