mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-15 22:09:35 +00:00
Merge branch 'main' of https://github.com/rangdl/Vaani
This commit is contained in:
commit
d6894c3191
2 changed files with 4 additions and 4 deletions
6
.github/workflows/flutter-ci.yaml
vendored
6
.github/workflows/flutter-ci.yaml
vendored
|
|
@ -92,9 +92,9 @@ jobs:
|
|||
APP_VERSION=$(grep '^version:' pubspec.yaml | sed 's/version: //')
|
||||
|
||||
mv build/app/outputs/flutter-apk/{app-release,$APP_NAME-$APP_VERSION-app-universal}.apk
|
||||
mv build/app/outputs/flutter-apk/{app-arm64-v8a-release,$APP_NAME-$APP_VERSION-app-universal}.apk
|
||||
mv build/app/outputs/flutter-apk/{app-armeabi-v7a-release,$APP_NAME-$APP_VERSION-app-universal}.apk
|
||||
mv build/app/outputs/flutter-apk/{app-x86_64-release,$APP_NAME-$APP_VERSION-app-universal}.apk
|
||||
mv build/app/outputs/flutter-apk/{app-arm64-v8a-release,$APP_NAME-$APP_VERSION-app-arm64-v8a}.apk
|
||||
mv build/app/outputs/flutter-apk/{app-armeabi-v7a-release,$APP_NAME-$APP_VERSION-app-armeabi-v7a}.apk
|
||||
mv build/app/outputs/flutter-apk/{app-x86_64-release,$APP_NAME-$APP_VERSION-app-x86_64}.apk
|
||||
|
||||
- name: Build App Bundle
|
||||
run: flutter build appbundle --release
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 0.0.45+45
|
||||
version: 0.0.47+47
|
||||
|
||||
environment:
|
||||
sdk: ">=3.3.4 <4.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue