mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-12 18:12:23 -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user