mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-22 07:00:54 +00:00
Skip duplicates without prompting
Any file we want to keep has a unique name based on its contents.
This commit is contained in:
parent
c23d8f64bc
commit
fe9f0bbb46
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue