File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -172,17 +172,17 @@ jobs:
172
172
if : matrix.file == 'apk'
173
173
run : |
174
174
flutter build apk --obfuscate --split-debug-info=$FLUTTER_DEBUG_INFO_PATH
175
- mv build/app/outputs/flutter-apk/app-release.apk app.apk
176
- mv build/app/outputs/mapping/release/mapping.txt apk-mapping.txt
175
+ mv build/app/outputs/flutter-apk/app-release.apk ../ app.apk
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 build/app/outputs/bundle/release/app-release.aab app.aab
185
- mv 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
@@ -209,7 +209,7 @@ jobs:
209
209
run : |
210
210
flutter build ios --no-codesign --obfuscate --split-debug-info=$FLUTTER_DEBUG_INFO_PATH
211
211
echo "::warning::TODO: fastlane export_ipa"
212
- echo "TODO: mv code/build/app/outputs/ipa/app.ipa app.ipa"
212
+ echo "TODO: mv code/build/app/outputs/ipa/app.ipa ../ app.ipa"
213
213
working-directory : code
214
214
215
215
# all
You can’t perform that action at this time.
0 commit comments