From d7be594820a4a20e7b7c7f37972e84020fe19598 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 15 Apr 2024 15:46:18 +0300 Subject: [PATCH] Fix cleaning mask. --- scripts/deploy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy.py b/scripts/deploy.py index 939867ec1..e6bc94071 100644 --- a/scripts/deploy.py +++ b/scripts/deploy.py @@ -151,8 +151,8 @@ def run_clean(refresh_token): r'^valentina-portable-Windows7\+-msvc-x86-Qt.*-develop-[a-f0-9]{40}\.7z$', r'^valentina-macOS_12.4\+-Qt.*-x64-develop-[a-f0-9]{40}\.dmg$', r'^valentina-macOS_12.4\+-Qt.*-x64-develop-multibundle-[a-f0-9]{40}\.dmg$', - r'^valentina-macOS_11\+-Qt.*-x64-develop-[a-f0-9]{40}\.dmg$', - r'^valentina-macOS_11\+-Qt.*-x64-develop-multibundle-[a-f0-9]{40}\.dmg$', + r'^valentina-macOS_12\+-Qt.*-x64-develop-[a-f0-9]{40}\.dmg$', + r'^valentina-macOS_12\+-Qt.*-x64-develop-multibundle-[a-f0-9]{40}\.dmg$', r'^valentina-macOS_10.13\+-Qt.*-x64-develop-[a-f0-9]{40}\.dmg$', r'^valentina-macOS_10.13\+-Qt.*-x64-develop-multibundle-[a-f0-9]{40}\.dmg$', r'^valentina-macOS.*\+-Qt.*-arm.*-develop-[a-f0-9]{40}\.dmg$',