We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0030ba8 commit 8c83572Copy full SHA for 8c83572
1 file changed
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
run: flutter pub get
52
53
- name: 打包APK
54
- run: flutter build apk --release --split-per-abi -v
+ run: flutter build apk --release --split-per-abi
55
56
- name: 上传APK至Artifacts
57
uses: actions/upload-artifact@v4
0 commit comments