File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 61
61
- name : Run Tests with Coverage
62
62
run : flutter test -r expanded --coverage
63
63
- name : Run Codecov
64
+ if : ${{ matrix.sdk == '' }}
64
65
uses : codecov/codecov-action@v5
65
66
env :
66
67
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
92
93
- name : Build Android Application
93
94
run : flutter build apk --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
94
95
- name : Archive Artifact
96
+ if : ${{ matrix.sdk == '' }}
95
97
uses : actions/upload-artifact@v4
96
98
with :
97
99
name : apk-build
@@ -119,9 +121,11 @@ jobs:
119
121
- name : Build Windows Application
120
122
run : flutter build windows --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
121
123
- name : Create Windows Application Installer
124
+ if : ${{ matrix.sdk == '' }}
122
125
run : iscc "windowsApplicationInstallerSetup.iss"
123
126
working-directory : .
124
127
- name : Archive Artifact
128
+ if : ${{ matrix.sdk == '' }}
125
129
uses : actions/upload-artifact@v4
126
130
with :
127
131
name : exe-build
@@ -150,6 +154,7 @@ jobs:
150
154
run : flutter build web --wasm --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
151
155
- name : Archive Artifact
152
156
uses : actions/upload-artifact@v4
157
+ if : ${{ matrix.sdk == '' }}
153
158
with :
154
159
name : web-build
155
160
path : example/build/web
You can’t perform that action at this time.
0 commit comments