changed workflow to build debug appbundle
This commit is contained in:
2
.github/workflows/linux-web.yaml
vendored
2
.github/workflows/linux-web.yaml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
run: flutter build linux
|
||||
|
||||
- name: Build for Android
|
||||
run: flutter build appbundle
|
||||
run: flutter build appbundle --debug
|
||||
|
||||
- name: Build for web
|
||||
run: flutter build web --no-web-resources-cdn --csp --web-renderer canvaskit
|
||||
|
||||
Reference in New Issue
Block a user