Fix lower case variable names

This commit is contained in:
Greg Hellings
2025-02-06 17:12:52 -06:00
parent 004dad745e
commit 3ab6622b48
+2 -2
View File
@@ -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}"