fix(ci): remove grep -v DerivedData from Package IPA step — app builds to DerivedData
This commit is contained in:
@@ -76,7 +76,7 @@ jobs:
|
||||
run: |
|
||||
cd tabatago-swift
|
||||
mkdir -p Payload
|
||||
APP=$(find .. -name 'TabataGo.app' -type d | grep -v DerivedData | head -1)
|
||||
APP=$(find .. -name 'TabataGo.app' -type d | head -1)
|
||||
cp -R "$APP" Payload/
|
||||
zip -r build/TabataGo.ipa Payload/
|
||||
rm -rf Payload
|
||||
|
||||
Reference in New Issue
Block a user