mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 04:12:30 -06:00
feat: Update build
This commit is contained in:
13
.github/workflows/create-github-release.yml
vendored
13
.github/workflows/create-github-release.yml
vendored
@@ -25,14 +25,11 @@ jobs:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Clone flutter repository
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.13.3'
|
||||
channel: stable
|
||||
- run: flutter doctor -v
|
||||
|
||||
submodules: true
|
||||
|
||||
- run: flutter/bin/flutter doctor -v
|
||||
|
||||
- name: Setup signing config
|
||||
uses: ./.github/actions/setup-android-signing-config
|
||||
with:
|
||||
@@ -44,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Get packages and run codegen
|
||||
run: |
|
||||
bash install_dependencies.sh
|
||||
bash install_dependencies_with_submodule.sh
|
||||
bash update_changelogs.sh
|
||||
working-directory: scripts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user