We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d8d00 commit ddfc219Copy full SHA for ddfc219
1 file changed
.github/workflows/e2e-tests.yml
@@ -184,7 +184,7 @@ jobs:
184
id: get-build-dir
185
working-directory: apps/${{ matrix.app }}/ios
186
run: |
187
- BUILD_DIR=$(xcodebuild -showBuildSettings -workspace Playground.xcworkspace -scheme Playground -destination "platform=iOS Simulator,name=iPhone 16 Pro" 2>/dev/null | grep -w BUILT_PRODUCTS_DIR | awk '{print $3}')
+ BUILD_DIR=$(xcodebuild -showBuildSettings -workspace Playground.xcworkspace -scheme Playground -configuration Debug -destination "platform=iOS Simulator,name=iPhone 16 Pro" 2>/dev/null | grep -w BUILT_PRODUCTS_DIR | awk '{print $3}')
188
echo "build_dir=$BUILD_DIR" >> $GITHUB_OUTPUT
189
echo "Build products directory: $BUILD_DIR"
190
0 commit comments