Skip to content

Commit 3c6fc73

Browse files
authored
Update android.yml
1 parent 7dbf6e8 commit 3c6fc73

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/android.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,15 @@ jobs:
2222

2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
25+
2526
- name: Build with Gradle
2627
run: ./gradlew build -x lintDebug
28+
29+
- name: Tree
30+
run: tree -L 3
31+
32+
- name: Upload Armbian Image
33+
uses: actions/upload-artifact@v3
34+
with:
35+
name: app
36+
path: idk.apk

0 commit comments

Comments
 (0)