Have multiple build.env files

This commit is contained in:
Greg Hellings
2025-08-06 20:27:38 -05:00
parent 439fb254ca
commit 3381313c1d
+2 -2
View File
@@ -33,10 +33,10 @@ build:
if [ "$CI_COMMIT_BRANCH" == "main" ]; then
curl -i --fail-with-body --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./sword.tar.xz "${URL}"
fi
- echo "${ARCH}_TARBALL=${URL}" > build.env
- echo "${ARCH}_TARBALL=${URL}" > "build.env.${ARCH}"
artifacts:
reports:
dotenv: build.env
dotenv: build.env.$ARCH
"Create release":
stage: release