mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
feat(ci): upload artifacts for android builds
This commit is contained in:
parent
a221c41ac6
commit
99d4f76634
1 changed files with 5 additions and 0 deletions
5
.github/workflows/android.yaml
vendored
5
.github/workflows/android.yaml
vendored
|
@ -22,4 +22,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build routine
|
- name: Build routine
|
||||||
run: "chmod +x package/android/build.sh && package/android/build.sh"
|
run: "chmod +x package/android/build.sh && package/android/build.sh"
|
||||||
|
|
||||||
|
- name: Create build artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
path: lune-src/build/lune-*.zip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue