Following on from commit 2e02f1d7 to remove redundant QM files

* Excluding .qm files from Windows build as they are inbuilt as of a7adfe251
This commit is contained in:
Chris 2023-04-01 21:40:57 +11:00
parent 034a991076
commit 3445991be6

View file

@ -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
#-----------------------------------------------------------------------#