From 55cf9bbad661fcc0eccc3a176beaea5f3ff34468 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sun, 8 Oct 2023 08:15:03 +0300 Subject: [PATCH] Fix clearing Dropbox folder. --- scripts/deploy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/deploy.py b/scripts/deploy.py index 0576572e9..0890ce437 100644 --- a/scripts/deploy.py +++ b/scripts/deploy.py @@ -136,7 +136,9 @@ def run_clean(refresh_token): r'^valentina-Windows7\+-mingw-x86-Qt.*-develop-[a-f0-9]{40}\.tar\.xz$', r'^valentina-WindowsXP\+-mingw-x86-Qt.*-develop-[a-f0-9]{40}\.tar\.xz$', 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_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$', r'^valentina-macOS.*\+-Qt.*-arm.*-develop-multibundle-[a-f0-9]{40}\.dmg$']