mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Fix typos in build_release_nigthly
This commit is contained in:
2
.github/scripts/build_release_nightly.py
vendored
2
.github/scripts/build_release_nightly.py
vendored
@ -21,7 +21,7 @@ from common import (
|
||||
|
||||
from build_definition import select_build_targets, BUILD
|
||||
|
||||
TARGETS = select_build_target(BUILD)
|
||||
TARGETS = select_build_targets(BUILD)
|
||||
|
||||
# Filter what to build if we are doing a release.
|
||||
if MAKE_RELEASE:
|
||||
|
Reference in New Issue
Block a user