mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 14:07:59 -06:00
feat: Update build config
This commit is contained in:
3
.github/workflows/build_app.yml
vendored
3
.github/workflows/build_app.yml
vendored
@@ -66,7 +66,6 @@ jobs:
|
|||||||
- name: Build and publish GitHub release
|
- name: Build and publish GitHub release
|
||||||
run: |
|
run: |
|
||||||
cd /tmp/build/android
|
cd /tmp/build/android
|
||||||
$FLUTTER_ROOT/flutter build appbundle --release
|
bundle exec fastlane build
|
||||||
$FLUTTER_ROOT/flutter build apk --split-per-abi --release
|
|
||||||
env:
|
env:
|
||||||
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
|
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
|
|||||||
@@ -33,12 +33,12 @@ platform :android do |options|
|
|||||||
json_key_data: ENV['PLAY_STORE_CREDENTIALS'],
|
json_key_data: ENV['PLAY_STORE_CREDENTIALS'],
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Build the app"
|
desc "Build the app"
|
||||||
lane :build do |options|
|
lane :build do |options|
|
||||||
sh "$FLUTTER_ROOT/flutter build appbundle -v"
|
sh "$FLUTTER_ROOT/flutter build appbundle -v"
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Promote track"
|
desc "Promote track"
|
||||||
lane :play_store_promote do |options|
|
lane :play_store_promote do |options|
|
||||||
track = options[:track]
|
track = options[:track]
|
||||||
|
|||||||
Reference in New Issue
Block a user