Update android.yml
auto artifact build
This commit is contained in:
parent
34a1a7cd43
commit
552945b0f9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -24,3 +24,7 @@ jobs:
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
|
||||||
|
- name: automated-build-android-app-with-github-action
|
||||||
|
uses: amirisback/automated-build-android-app-with-github-action@2.2.3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue