mirror of
https://github.com/stan220/Zte-F660-Control.git
synced 2026-09-09 02:28:39 +00:00
Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4aec36f2d1 | ||
|
|
b9d4d4224a | ||
|
|
f0f43f3cab | ||
|
|
eec4ad4d1c | ||
|
|
e2cb51b382 | ||
|
|
f17c873e8a |
@@ -1,4 +1,4 @@
|
||||
name: Android CI - Publish Apk
|
||||
name: Android CI
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -10,19 +10,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
||||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
|
||||
- name: Make Gradle executable
|
||||
run: chmod +x ./gradlew
|
||||
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Build Debug APK
|
||||
run: ./gradlew assembleDebug
|
||||
|
||||
- name: Debug APK Publisher
|
||||
Reference in New Issue
Block a user