Update buildnw.yml

This commit is contained in:
Lennon McLean 2021-08-24 13:46:58 +01:00 committed by GitHub
parent 61fbc1b098
commit b1842a3b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -16,8 +16,11 @@ jobs:
- name: Build Android app
run: chmod +x gradlew && ./gradlew assembleWebview
- name: List files
run: ls app/build/outputs/apk/webview/release
- name: Upload Android build
uses: actions/upload-artifact@v2
with:
name: KitsuneOffline-android.apk
path: app/build/outputs/apk/webview/release/app-webview-release-unsigned.apk
buildios:
name: Build iOS app