Fix typos in build_release_nigthly

This commit is contained in:
Matthieu Gautier 2023-06-08 10:15:38 +02:00
parent 23fab75d04
commit d6a2901ff8
1 changed files with 1 additions and 1 deletions

View File

@ -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: