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:
parent
136a4d02fc
commit
f9f29c7a57
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 -d sym_store '*sym_store.zip'
|
||||
- shopt -s globstar
|
||||
- |
|
||||
for file in sym_store/**/*.exe; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue