From fe9f0bbb460bd4f6aaab0244f01a36f62b93b755 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Wed, 24 Dec 2025 11:53:40 +0000 Subject: [PATCH] Skip duplicates without prompting Any file we want to keep has a unique name based on its contents. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd44e0e46d..d953213aee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -625,7 +625,7 @@ macOS15_Xcode16_arm64: - ./aws/install - popd - aws --version - - unzip -d sym_store '*sym_store.zip' + - unzip -n -d sym_store '*sym_store.zip' - shopt -s globstar - | for file in sym_store/**/*.exe; do