CI upload manager
This commit is contained in:
parent
78420d8758
commit
f7be0567eb
|
|
@ -32,7 +32,9 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: lspatch-debug
|
name: lspatch-debug
|
||||||
path: out/lspatch.jar
|
path: |
|
||||||
|
out/lspatch.jar
|
||||||
|
out/manager-debug.apk
|
||||||
|
|
||||||
- name: Build Release
|
- name: Build Release
|
||||||
run: ./gradlew buildRelease
|
run: ./gradlew buildRelease
|
||||||
|
|
@ -40,4 +42,6 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: lspatch-release
|
name: lspatch-release
|
||||||
path: out/lspatch.jar
|
path: |
|
||||||
|
out/lspatch.jar
|
||||||
|
out/manager-release.apk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue