Skip to content

Commit 0f4cea0

Browse files
Update build.yml
1 parent 3d40c70 commit 0f4cea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
echo "storeFile=keystore.jks" >> android/key.properties
178178
- name: Build apk
179179
id: 'apkbuild'
180-
run: 'flutter doctor -v; flutter build apk --split-per-abi && ls build/app/outputs/flutter-apk && echo "apkbuild=build/app/outputs/flutter-apk/" >> $GITHUB_ENV'
180+
run: 'flutter doctor -v; flutter build apk --split-per-abi --verbose && ls build/app/outputs/flutter-apk && echo "apkbuild=build/app/outputs/flutter-apk/" >> $GITHUB_ENV'
181181
- name: Get current date
182182
id: date
183183
run: echo "date={$(date +'%Y-%m-%d')}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)