Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,9 +17,9 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: nix develop --command gradle --no-daemon :app:test
|
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
|
run: nix develop --command gradle --no-daemon :app:assembleRelease
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: android-webview-kiosk-apk
|
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