Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,9 +17,9 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Unit tests
|
||||
run: nix develop --command gradle --no-daemon :app:test
|
||||
- name: Build release APK
|
||||
- name: Build release APKs
|
||||
run: nix develop --command gradle --no-daemon :app:assembleRelease
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: android-webview-kiosk-apk
|
||||
path: app/build/outputs/apk/release/app-release.apk
|
||||
path: app/build/outputs/apk/*/release/*.apk
|
||||
|
||||
Reference in New Issue
Block a user