From 6f55f0e0c01419da310b6d28e92242b4e93cd6b1 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 14 Jan 2025 00:05:05 -0600 Subject: [PATCH] Rename Windows 64 MSI CI job --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bda8f65..9ced40af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -623,7 +623,7 @@ before_script: #-----------------------------------------------------------------------# # Windows (64-bit) MSI Target # #-----------------------------------------------------------------------# -"Window 64 MSI": +"Windows 64 MSI": image: registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:bookworm-i386 stage: deploy tags: @@ -642,4 +642,4 @@ before_script: name: "${CI_PROJECT_NAME}_Windows_64_msi_${CI_COMMIT_SHORT_SHA}" paths: - OpenRGB_Windows_64.msi - expire_in: 30 days \ No newline at end of file + expire_in: 30 days