Capture artifact in CI

This commit is contained in:
Neil Alexander 2022-10-29 22:34:09 +01:00
parent dcc33b295e
commit 7a363597b9
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 68 additions and 0 deletions

View file

@ -57,3 +57,9 @@ jobs:
run: |
chmod +x gradlew
./gradlew build
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: yggdrasil-android
path: app/release/app-release.apk