Skip to content

Commit 400f142

Browse files
authored
Update main.yml
1 parent 8572fcf commit 400f142

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
**/build/changed-images/**
175175
**/build/test-results/**
176176
177-
BuildIOS:
177+
TestIOSBuild:
178178
name: Build for iOS
179179
runs-on: macos-latest
180180
steps:
@@ -195,7 +195,7 @@ jobs:
195195
- name: Build iOS examples
196196
shell: bash
197197
run: |
198-
./gradlew buildIosSimulatorApp
198+
./gradlew :jme3-ios-examples:buildIosSimulatorApp
199199
200200
# Build the engine, we only deploy from ubuntu-latest jdk25
201201
BuildJMonkey:

0 commit comments

Comments
 (0)