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 6161 - name : Run Tests with Coverage
6262 run : flutter test -r expanded --coverage
6363 - name : Run Codecov
64+ if : ${{ matrix.sdk == '' }}
6465 uses : codecov/codecov-action@v5
6566 env :
6667 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
9293 - name : Build Android Application
9394 run : flutter build apk --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
9495 - name : Archive Artifact
96+ if : ${{ matrix.sdk == '' }}
9597 uses : actions/upload-artifact@v4
9698 with :
9799 name : apk-build
@@ -119,9 +121,11 @@ jobs:
119121 - name : Build Windows Application
120122 run : flutter build windows --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
121123 - name : Create Windows Application Installer
124+ if : ${{ matrix.sdk == '' }}
122125 run : iscc "windowsApplicationInstallerSetup.iss"
123126 working-directory : .
124127 - name : Archive Artifact
128+ if : ${{ matrix.sdk == '' }}
125129 uses : actions/upload-artifact@v4
126130 with :
127131 name : exe-build
@@ -150,6 +154,7 @@ jobs:
150154 run : flutter build web --wasm --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
151155 - name : Archive Artifact
152156 uses : actions/upload-artifact@v4
157+ if : ${{ matrix.sdk == '' }}
153158 with :
154159 name : web-build
155160 path : example/build/web
You can’t perform that action at this time.
0 commit comments