Build apk
This commit is contained in:
parent
3181006767
commit
d13e2d4280
|
@ -65,5 +65,5 @@ jobs:
|
|||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
with:
|
||||
files: |
|
||||
${{ steps.extract.outputs.destination }}/app-release.aab
|
||||
${{ steps.extract.outputs.destination }}/app-release.apk
|
||||
|
||||
|
|
2
build.sh
2
build.sh
|
@ -1,2 +1,2 @@
|
|||
cargo make --profile release
|
||||
flutter build appbundle
|
||||
flutter build apk
|
||||
|
|
|
@ -27,4 +27,4 @@ RUN --mount=type=secret,id=pwd cd /zwallet && ./configure.sh zcash && ./build.sh
|
|||
|
||||
FROM alpine:latest
|
||||
WORKDIR /root
|
||||
COPY --from=builder /zwallet/build/app/outputs/bundle/release/* ./
|
||||
COPY --from=builder /zwallet/build/app/outputs/flutter-apk/app-release.apk ./
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit dd8a7f5803c98823911b167dd3e95d2b1482ff9a
|
||||
Subproject commit be5d8a81e9361dfb25b25d64f8e66898f23cea7c
|
Loading…
Reference in New Issue