mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
[package] Ensure xcarchive dir exists
This commit is contained in:
parent
4525cd1368
commit
05f4c8141c
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
echo "==> Moving dSYM to xcarchive"
|
||||
mkdir -p mas.xcarchive/dSYMs/
|
||||
mv build/mas.dSYM mas.xcarchive/dSYMs/
|
||||
|
||||
echo "==> Compressing mas.xcarchive"
|
||||
|
|
Loading…
Reference in a new issue