Build apk

This commit is contained in:
Hanh 2022-07-09 16:37:08 +08:00
parent 3181006767
commit d13e2d4280
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
cargo make --profile release
flutter build appbundle
flutter build apk

View File

@ -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