Update android.yml
This commit is contained in:
parent
c0da816952
commit
83ca51643b
1 changed files with 7 additions and 4 deletions
11
.github/workflows/android.yml
vendored
11
.github/workflows/android.yml
vendored
|
|
@ -23,7 +23,10 @@ jobs:
|
|||
gradle-version: 7.5
|
||||
- name: Create Properties File
|
||||
run: touch local.properties
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
- name: Build Android App
|
||||
uses: sparkfabrik/android-build-action@v1.3.4
|
||||
with:
|
||||
project-path: android
|
||||
ruby-version: "2.7.5"
|
||||
bundler-version: "2.3.26"
|
||||
fastlane-env: "debug"
|
||||
|
|
|
|||
Loading…
Reference in a new issue