Skip to content

Commit

Permalink
Update android building
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Dec 27, 2023
1 parent ac53f27 commit af68149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
name: Android Debug
target: template_debug
platform: android
arch: [arm64, arm32, x64, x86]
arch: [arm64, arm32, x86_64, x86_32]
- identifier: android-release
name: Android Release
target: template_release
platform: android
arch: [arm64, arm32, x64, x86]
arch: [arm64, arm32, x86_64, x86_32]

steps:
- name: Checkout Terrain3D
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
runner: ubuntu-20.04
target: template_debug
platform: android
arch: [arm64, arm32, x64, x86]
arch: [arm64, arm32, x86_64, x86_32]

- identifier: android-release
name: 🤖 Android Release
runner: ubuntu-20.04
target: template_release
platform: android
arch: [arm64, arm32, x64, x86]
arch: [arm64, arm32, x86_64, x86_32]

steps:
- name: Checkout Terrain3D
Expand Down

0 comments on commit af68149

Please sign in to comment.