Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tom8zds committed May 29, 2024
1 parent e91dcd2 commit a7b230c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
- name: Set up flutter rust bridge
run: cargo install 'flutter_rust_bridge_codegen@^2.0.0-dev.0'

- name: Get Dependencies
run: flutter pub get

- name: Build APK
run: |
flutter build apk --release
flutter build apk --verbose
ls -alh ./build/app/outputs/flutter-apk/*.apk
cp -r ./build/app/outputs/flutter-apk /tmp/flutter-apk
Expand Down

0 comments on commit a7b230c

Please sign in to comment.