Skip to content

Commit a1c70ec

Browse files
authored
Feat[workflow]: also publish APK to GitHub Releases
Same as FFmpeg plugin
1 parent 9a7e67c commit a1c70ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/android.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,11 @@ jobs:
4242
with:
4343
name: app-debug
4444
path: app/build/outputs/apk/debug/app-debug.apk
45+
46+
- name: Release APK
47+
uses: softprops/action-gh-release@v1
48+
with:
49+
tag_name: rel
50+
name: Mojo ANGLE Plugin
51+
files: |
52+
app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)