Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImranR98 authored Nov 18, 2023
1 parent 03106f3 commit 45212c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build APKs
run: |
flutter build apk --flavor normal && flutter build apk --split-per-abi --flavor normal
for file in app-*normal*.apk*; do mv "$file" "${file//-normal/}"; done
for file in build/app/outputs/flutter-apk/app-*normal*.apk*; do mv "$file" "${file//-normal/}"; done
rm ./build/app/outputs/flutter-apk/*.sha1
ls -l ./build/app/outputs/flutter-apk/
Expand Down

0 comments on commit 45212c6

Please sign in to comment.