mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 14:12:24 -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
|
||||
|
||||
|
||||
10
.github/workflows/create_release.yml
vendored
10
.github/workflows/create_release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user