We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639ac45 commit 6c1afa4Copy full SHA for 6c1afa4
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
channel: 'stable' # or: 'dev' or 'beta'
27
- run: flutter pub get
28
- run: flutter test
29
- - run: flutter build apk --release
+ - run: flutter build apk --release --no-tree-shake-icons
30
- uses: actions/upload-artifact@v2
31
with:
32
path: build/app/outputs/apk/release/*.apk
0 commit comments