Skip to content

Commit 7832f2e

Browse files
committed
remove artifacts and fix script
1 parent 2202458 commit 7832f2e

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed
-10.1 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

maestro-ios-xctest-runner/build-maestro-ios-runner.sh

+3-6
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ cp \
3333
./build/Products/*.xctestrun \
3434
./maestro-ios-driver/src/main/resources/maestro-driver-ios-config.xctestrun
3535

36-
37-
cd ./maestro-ios-driver/src/main/resources
38-
zip -r maestro-driver-iosUITests-Runner.zip ./maestro-driver-iosUITests-Runner.app
39-
zip -r maestro-driver-ios.zip ./maestro-driver-ios.app
40-
rm -r ./*.app
41-
cd -
36+
(cd ./maestro-ios-driver/src/main/resources && zip -r maestro-driver-iosUITests-Runner.zip ./maestro-driver-iosUITests-Runner.app)
37+
(cd ./maestro-ios-driver/src/main/resources && zip -r maestro-driver-ios.zip ./maestro-driver-ios.app)
38+
rm -r ./maestro-ios-driver/src/main/resources/*.app

0 commit comments

Comments
 (0)