File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,22 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
16- - name : set up JDK 11
17- uses : actions/setup-java@v4
18- with :
19- java-version : ' 11'
20- distribution : ' temurin'
21- cache : gradle
15+ - uses : actions/checkout@v4
16+ - name : set up JDK 11
17+ uses : actions/setup-java@v4
18+ with :
19+ java-version : ' 11'
20+ distribution : ' temurin'
21+ cache : gradle
2222
23- - name : Grant execute permission for gradlew
24- run : chmod +x gradlew
25- - name : Build with Gradle
26- run : ./gradlew build
23+ - name : Grant execute permission for gradlew
24+ run : chmod +x gradlew
25+
26+ - name : Build with Gradle
27+ run : ./gradlew assembleRelease
28+
29+ - name : Upload APK
30+ uses : actions/upload-artifact@v3
31+ with :
32+ name : BUILD_AT_ONLINE
33+ path : apk/online/release/*.apk
You can’t perform that action at this time.
0 commit comments