From d6a2901ff89c06122eb820b7ac68de3e19b693a4 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 8 Jun 2023 10:15:38 +0200 Subject: [PATCH] Fix typos in build_release_nigthly --- .github/scripts/build_release_nightly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build_release_nightly.py b/.github/scripts/build_release_nightly.py index f320544..c8503d9 100755 --- a/.github/scripts/build_release_nightly.py +++ b/.github/scripts/build_release_nightly.py @@ -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: