mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-21 17:24:19 +00:00
Upload APK artifact once CI is done
This commit is contained in:
parent
f32ac0e8ab
commit
fff81b0ee3
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-app-workflow.yaml
vendored
4
.github/workflows/build-app-workflow.yaml
vendored
|
@ -10,3 +10,7 @@ jobs:
|
|||
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
|
||||
- name: Build the app
|
||||
run: ./gradlew build
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: apk
|
||||
path: app/build/outputs/apk/debug/app-debug.apk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue