We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4584b1d commit 95c0d81Copy full SHA for 95c0d81
.github/workflows/ios-build-and-test.yml
@@ -28,7 +28,7 @@ on:
28
options:
29
- Debug
30
- Release
31
- default: 'Debug'
+ default: 'Release'
32
platform-version:
33
description: 'iOS platform version for simulator'
34
required: false
@@ -60,7 +60,7 @@ on:
60
default: 'iPhone 16'
61
62
env:
63
- BUILD_MODE: ${{ github.event.inputs.build-mode || 'Debug' }}
+ BUILD_MODE: ${{ github.event.inputs.build-mode || 'Release' }}
64
PLATFORM_VERSION: ${{ github.event.inputs.platform-version || '26.0' }}
65
DEVICE_NAME: ${{ github.event.inputs.device-name || 'iPhone 16' }}
66
0 commit comments