File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166
166
# aab
167
167
- name : Build an Android App Bundle file
168
168
if : matrix.file == 'aab'
169
- run : flutter build aab --obfuscate --split-debug-info=build/app/outputs/symbols
169
+ run : flutter build appbundle --obfuscate --split-debug-info=build/app/outputs/symbols
170
170
working-directory : code
171
171
172
172
# ipa
@@ -187,7 +187,7 @@ jobs:
187
187
uses : actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
188
188
with :
189
189
upload_url : ${{ github.event.release.upload_url }}
190
- asset_path : app. ${{ matrix.file }}
190
+ asset_path : ${{ matrix.build- file-path }}
191
191
asset_name : app.${{ matrix.file }}
192
192
asset_content_type : ${{ matrix.asset-content-type }}
193
193
env :
You can’t perform that action at this time.
0 commit comments