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
|
gradle-version: 7.5
|
||||||
- name: Create Properties File
|
- name: Create Properties File
|
||||||
run: touch local.properties
|
run: touch local.properties
|
||||||
- name: Grant execute permission for gradlew
|
- name: Build Android App
|
||||||
run: chmod +x gradlew
|
uses: sparkfabrik/android-build-action@v1.3.4
|
||||||
- name: Build with Gradle
|
with:
|
||||||
run: ./gradlew build
|
project-path: android
|
||||||
|
ruby-version: "2.7.5"
|
||||||
|
bundler-version: "2.3.26"
|
||||||
|
fastlane-env: "debug"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue