File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- name : Clone the repository
13
13
uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
14
- # - name: Ensure SHA pinned actions
15
- # uses: zgosalvez/github-actions-ensure-sha-pinned-actions@e70e07ef05f0a3bf1483fde3c50eeab9c1805041 # v1.0.1
14
+ - name : Ensure SHA pinned actions
15
+ uses : zgosalvez/github-actions-ensure-sha-pinned-actions@e70e07ef05f0a3bf1483fde3c50eeab9c1805041 # v1.0.1
16
16
17
17
testing :
18
18
name : Run ${{ matrix.category }} testing
97
97
name : code-coverage
98
98
path : coverage
99
99
- name : Report code coverage
100
- uses : zgosalvez/github-actions-report-lcov@6c1bcd0451bee80a1ddedf6fbdd62a5d4e740e1b # v1.0 .0
100
+ uses : zgosalvez/github-actions-report-lcov@dbddb87c1dcd9525e7ebb88700278d58ec7b2f9e # v1.1 .0
101
101
with :
102
102
coverage-files : coverage/lcov.*.info
103
103
minimum-coverage : 90
Original file line number Diff line number Diff line change @@ -173,16 +173,16 @@ jobs:
173
173
run : |
174
174
flutter build apk --obfuscate --split-debug-info=$FLUTTER_DEBUG_INFO_PATH
175
175
mv build/app/outputs/flutter-apk/app-release.apk app.apk
176
- mv code/ build/app/outputs/mapping/release/mapping.txt apk-mapping.txt
176
+ mv build/app/outputs/mapping/release/mapping.txt apk-mapping.txt
177
177
working-directory : code
178
178
179
179
# aab
180
180
- name : Build an Android App Bundle file
181
181
if : matrix.file == 'aab'
182
182
run : |
183
183
flutter build appbundle --obfuscate --split-debug-info=$FLUTTER_DEBUG_INFO_PATH
184
- mv code/ build/app/outputs/bundle/release/app-release.aab app.aab
185
- mv code/ build/app/outputs/mapping/release/mapping.txt aab-mapping.txt
184
+ mv build/app/outputs/bundle/release/app-release.aab app.aab
185
+ mv build/app/outputs/mapping/release/mapping.txt aab-mapping.txt
186
186
working-directory : code
187
187
188
188
# apk/aab
You can’t perform that action at this time.
0 commit comments