From 3ab6622b486cb8b68e14a4a494186e5edf478117 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 6 Feb 2025 17:12:52 -0600 Subject: [PATCH] Fix lower case variable names --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86f8254..027597e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,6 +57,6 @@ build: assets: links: - name: Windows (x86-64) release - url: "${X86_TARBALL}" + url: "${x86_TARBALL}" - name: Windows (x86-64) release with UCRT - url: "${UCRT_TARBALL}" + url: "${ucrt_TARBALL}"