We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a45359 commit e1dcc6eCopy full SHA for e1dcc6e
1 file changed
.github/workflows/validate.yml
@@ -99,6 +99,7 @@ jobs:
99
- uses: ./ # buildalon/unity-xcode-builder
100
id: xcode-build
101
with:
102
+ xcode-version: '16.2'
103
project-path: ${{ env.UNITY_PROJECT_PATH }}/Builds/${{ matrix.build-target }}/**/*.xcodeproj
104
app-store-connect-key: ${{ secrets.APP_STORE_CONNECT_KEY }}
105
app-store-connect-key-id: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
0 commit comments