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:
166166 # aab
167167 - name : Build an Android App Bundle file
168168 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
170170 working-directory : code
171171
172172 # ipa
@@ -187,7 +187,7 @@ jobs:
187187 uses : actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
188188 with :
189189 upload_url : ${{ github.event.release.upload_url }}
190- asset_path : app. ${{ matrix.file }}
190+ asset_path : ${{ matrix.build- file-path }}
191191 asset_name : app.${{ matrix.file }}
192192 asset_content_type : ${{ matrix.asset-content-type }}
193193 env :
You can’t perform that action at this time.
0 commit comments