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

View File

@@ -29,7 +29,6 @@ jobs:
name: "Deploy to Stores and create GitHub release"
runs-on: ubuntu-latest
steps:
- name: Extract branch name
shell: bash
@@ -38,13 +37,8 @@ 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
- name: Setup signing config
uses: ./.github/actions/setup-android-signing-config
@@ -57,7 +51,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

View File

@@ -32,13 +32,8 @@ 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
- name: Setup signing config
uses: ./.github/actions/setup-android-signing-config
@@ -51,7 +46,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