mirror of
https://github.com/kiwix/kiwix-android-custom.git
synced 2025-09-24 04:32:19 -04:00
add artifact uploading for builds
This commit is contained in:
parent
151416dba0
commit
91e11fe48d
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -42,3 +42,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd kiwix-android
|
cd kiwix-android
|
||||||
eval "./gradlew publish${TAG^}ReleaseApkWithExpansionFile"
|
eval "./gradlew publish${TAG^}ReleaseApkWithExpansionFile"
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: build_outputs
|
||||||
|
path: kiwix-android/custom/build/outputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user