forked from lxm_tools/flutter-picgo
chore:fix flutter version 1.20.1 build error
This application cannot tree shake icons fonts. It has non-constant instances of IconData at the following locations:
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
channel: 'stable' # or: 'dev' or 'beta'
|
||||
- run: flutter pub get
|
||||
- run: flutter test
|
||||
- run: flutter build apk --release
|
||||
- run: flutter build apk --release --no-tree-shake-icons
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: build/app/outputs/apk/release/*.apk
|
||||
|
||||
Reference in New Issue
Block a user