Update android.yml
This commit is contained in:
parent
dfa778b389
commit
96cc901e89
1 changed files with 4 additions and 8 deletions
12
.github/workflows/android.yml
vendored
12
.github/workflows/android.yml
vendored
|
|
@ -6,7 +6,6 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
|
@ -26,10 +25,7 @@ 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: Build Android App
|
- name: Grant execute permission for gradlew
|
||||||
uses: sparkfabrik/android-build-action@v1.3.4
|
run: chmod +x gradlew
|
||||||
with:
|
- name: Build with Gradle
|
||||||
project-path: android
|
run: ./gradlew build
|
||||||
ruby-version: "2.7.5"
|
|
||||||
bundler-version: "2.3.26"
|
|
||||||
fastlane-env: "debug"
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue