Skip to content

Commit

Permalink
Fix GitHub actions build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ImranR98 authored Nov 25, 2023
1 parent 0b7de8d commit 64533f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Build APKs
run: |
sed -i 's/signingConfig signingConfigs.release//g' android/app/build.gradle
flutter build apk --flavor normal && flutter build apk --split-per-abi --flavor normal
for file in build/app/outputs/flutter-apk/app-*normal*.apk*; do mv "$file" "${file//-normal/}"; done
rm ./build/app/outputs/flutter-apk/*.sha1
Expand Down

0 comments on commit 64533f7

Please sign in to comment.