Skip to content

Commit 0ec7dba

Browse files
authored
Update main.yml
1 parent 7da49b2 commit 0ec7dba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ jobs:
4747

4848
- name: run
4949
run: cordova build android
50+
51+
- uses: actions/upload-artifact@v3
52+
with:
53+
name: apk
54+
path: /home/runner/work/android-builds/android-builds/platforms/android/app/build/outputs/apk/debug/app-debug.apk
55+
56+
- uses: actions/upload-artifact@v3
57+
with:
58+
name: build-files
59+
path: /home/runner/work/android-builds/android-builds/platforms/android/

0 commit comments

Comments
 (0)