From 684ba9ba26dfd9b636c59dc9bce55f2e854221ab Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Wed, 29 Apr 2026 23:48:21 +0700 Subject: [PATCH] fix artifact-urls directory --- build-docker-images/build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-docker-images/build-images.sh b/build-docker-images/build-images.sh index d15ac821..433fb57f 100755 --- a/build-docker-images/build-images.sh +++ b/build-docker-images/build-images.sh @@ -48,7 +48,7 @@ build() { # ARTIFACT_URLS_FILE: The name of the artifact URLs file. ARTIFACT_URLS_FILE="artifact_urls.yaml" # ARTIFACT_URLS_DIR: The name of the artifact URLs directory. - ARTIFACT_URLS_DIR="artifact_urls" + ARTIFACT_URLS_DIR="artifact-urls" # Check if the artifact file already exists to prevent redundant downloads if [[ -f "$ARTIFACT_URLS_FILE" ]]; then