mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 14:12:24 -06:00
fix: Update build
This commit is contained in:
8
.github/workflows/create_release.yml
vendored
8
.github/workflows/create_release.yml
vendored
@@ -38,7 +38,13 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
- name: Set FLUTTER_ROOT environment variable
|
||||
run: echo "FLUTTER_ROOT=$(pwd)/flutter/bin" >> $GITHUB_ENV
|
||||
|
||||
- run: $FLUTTER_ROOT/flutter doctor -v
|
||||
|
||||
- name: Setup signing config
|
||||
uses: ./.github/actions/setup-android-signing-config
|
||||
|
||||
Reference in New Issue
Block a user