Skip to content

Commit

Permalink
Fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 29, 2023
1 parent a9f5efe commit 23ef74e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,10 @@ jobs:
java-version: '17'
cache: 'gradle'

- name: Set NDK Path
uses: "DamianReeves/write-file-action@master"
with:
path: android/local.properties
write-mode: overwrite
contents: |
ndk.dir='${{ steps.setup-ndk.outputs.ndk-path }}'
- name: Build Android
run: |
cd android
echo "ndk.dir=${{ steps.setup-ndk.outputs.ndk-path }}" >> local.properties
./gradlew assembleRelease -Parm64-only
- name: Save Third-Party Cache
Expand All @@ -143,7 +136,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: android_build
path: android/app/build
path: android

web:
runs-on: windows-latest
Expand Down

0 comments on commit 23ef74e

Please sign in to comment.