mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Upload the source for nightly builds as well
This commit is contained in:
parent
17e95cb615
commit
c9b1e66c71
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ if ap is not None:
|
|||
appname = ap.group(1)
|
||||
|
||||
ALL_ACTIONS = 'man html build tag sdist upload website'.split()
|
||||
NIGHTLY_ACTIONS = 'man html build upload_nightly'.split()
|
||||
NIGHTLY_ACTIONS = 'man html build sdist upload_nightly'.split()
|
||||
|
||||
|
||||
def call(*cmd: str, cwd: Optional[str] = None) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue