From 3445991be689745ce430d50d0dbdb1bc20f51a8a Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 1 Apr 2023 21:40:57 +1100 Subject: [PATCH] Following on from commit 2e02f1d7 to remove redundant QM files * Excluding .qm files from Windows build as they are inbuilt as of a7adfe251 --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f64907fc..22e2e51c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -570,6 +570,8 @@ before_script: name: "${CI_PROJECT_NAME}_Windows_32_${CI_COMMIT_SHORT_SHA}" paths: - 'OpenRGB Windows 32-bit' + exclude: + - 'OpenRGB Windows 32-bit\*.qm' expire_in: 30 days rules: @@ -646,6 +648,8 @@ before_script: name: "${CI_PROJECT_NAME}_Windows_64_${CI_COMMIT_SHORT_SHA}" paths: - 'OpenRGB Windows 64-bit' + exclude: + - 'OpenRGB Windows 64-bit\*.qm' expire_in: 30 days #-----------------------------------------------------------------------#