Skip to content

Commit

Permalink
build: fix workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY committed Jul 9, 2024
1 parent 4ab32fd commit b3cdd0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
- name: Modify applicationId
run: find ./ -type f -exec sed -i -e 's/com.msob7y.namida/com.msob7y.namida.snapshot/g' {} \;

- name: Re-setup dependencies
run: |
flutter clean
flutter pub get
- name: (Clone) Build APK -> arm64-v8a
run: flutter build apk --target-platform android-arm64 --release

Expand Down

0 comments on commit b3cdd0e

Please sign in to comment.