Skip to content

Commit 7e2a971

Browse files
committed
Update deployment.yml
1 parent 8d86d88 commit 7e2a971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)