mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 12:08:05 -06:00
fix: update build
This commit is contained in:
13
.github/workflows/create-github-release.yml
vendored
13
.github/workflows/create-github-release.yml
vendored
@@ -29,18 +29,10 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Copy all files to /tmp/build
|
|
||||||
run: |
|
|
||||||
mkdir -p /tmp/build
|
|
||||||
cp -R . /tmp/build
|
|
||||||
working-directory: /tmp/build
|
|
||||||
|
|
||||||
- name: Set FLUTTER_ROOT environment variable and build dir
|
- name: Set FLUTTER_ROOT environment variable and build dir
|
||||||
run: echo "FLUTTER_ROOT=$(pwd)/flutter/bin" >> $GITHUB_ENV
|
run: echo "FLUTTER_ROOT=$(pwd)/flutter/bin" >> $GITHUB_ENV
|
||||||
working-directory: /tmp/build
|
|
||||||
|
|
||||||
- run: $FLUTTER_ROOT/flutter doctor -v
|
- run: $FLUTTER_ROOT/flutter doctor -v
|
||||||
working-directory: /tmp/build
|
|
||||||
|
|
||||||
- name: Setup signing config
|
- name: Setup signing config
|
||||||
uses: ./.github/actions/setup-android-signing-config
|
uses: ./.github/actions/setup-android-signing-config
|
||||||
@@ -55,16 +47,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
bash ./scripts/install_dependencies_with_submodule.sh
|
bash ./scripts/install_dependencies_with_submodule.sh
|
||||||
bash ./scripts/update_changelogs.sh
|
bash ./scripts/update_changelogs.sh
|
||||||
working-directory: /tmp/build
|
|
||||||
|
|
||||||
- name: Setup Fastlane
|
- name: Setup Fastlane
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: "2.6"
|
ruby-version: "2.6"
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
working-directory: /tmp/build/android
|
working-directory: android
|
||||||
|
|
||||||
- run: bundle exec fastlane github branch:${{ steps.extract_branch.outputs.branch }} is_draft:${{ github.event.inputs.is_draft }}
|
- run: bundle exec fastlane github branch:${{ steps.extract_branch.outputs.branch }} is_draft:${{ github.event.inputs.is_draft }}
|
||||||
env:
|
env:
|
||||||
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
|
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
working-directory: /tmp/build/android
|
working-directory: android
|
||||||
|
|||||||
Reference in New Issue
Block a user