CI upload manager

This commit is contained in:
Nullptr 2022-02-13 19:48:10 +08:00
parent 78420d8758
commit f7be0567eb
1 changed files with 6 additions and 2 deletions

View File

@ -32,7 +32,9 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: lspatch-debug
path: out/lspatch.jar
path: |
out/lspatch.jar
out/manager-debug.apk
- name: Build Release
run: ./gradlew buildRelease
@ -40,4 +42,6 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: lspatch-release
path: out/lspatch.jar
path: |
out/lspatch.jar
out/manager-release.apk