Skip to content

Commit ee1daec

Browse files
committed
update CI
1 parent 6c51410 commit ee1daec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validation-jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: rustup target add aarch64-apple-ios x86_64-apple-ios
3030

3131
- name: Build and install iOS app in iOS Simulator.
32-
run: cd examples/ios && make install
32+
run: cd examples/mobile && make install
3333

3434
build-android:
3535
runs-on: ubuntu-latest
@@ -56,7 +56,7 @@ jobs:
5656
run: cargo install --force cargo-apk
5757

5858
- name: Build APK
59-
run: ANDROID_NDK_ROOT=$ANDROID_NDK_LATEST_HOME cargo apk build --package bevy-android-example
59+
run: ANDROID_NDK_ROOT=$ANDROID_NDK_LATEST_HOME cargo apk build --package bevy_mobile_example
6060

6161
run-examples-on-windows-dx12:
6262
runs-on: windows-latest

0 commit comments

Comments
 (0)