Upload static kitty-tool builds when publishing

This commit is contained in:
Kovid Goyal
2022-11-14 17:07:32 +05:30
parent c7d47a59f1
commit e3b22a87e4
2 changed files with 11 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ class Options(argparse.Namespace):
verbose: int = 0
sanitize: bool = False
prefix: str = './linux-package'
dir_for_static_binaries: str = ''
dir_for_static_binaries: str = 'build/static'
incremental: bool = True
profile: bool = False
libdir_name: str = 'lib'