1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-07 05:51:41 +00:00

unzip handles wildcards itself

Otherwise, multiple paths are treated as one zip and several zip-relative paths to extract from it.
This commit is contained in:
AnyOldName3 2025-12-22 20:32:19 +00:00
parent 136a4d02fc
commit f9f29c7a57

View file

@ -625,7 +625,7 @@ macOS15_Xcode16_arm64:
- ./aws/install
- popd
- aws --version
- unzip -d sym_store *sym_store.zip
- unzip -d sym_store '*sym_store.zip'
- shopt -s globstar
- |
for file in sym_store/**/*.exe; do