feat: Update build

This commit is contained in:
Anton Stubenbord
2023-10-25 19:02:07 +02:00
parent b1435ba583
commit 1842309363
5 changed files with 36 additions and 26 deletions

View File

@@ -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