From 32df9230c92357b9e809d856abb09b25edd0b000 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord <79228196+astubenbord@users.noreply.github.com> Date: Wed, 26 Apr 2023 22:17:49 +0200 Subject: [PATCH] Update release_deploy_play_store.yml --- .github/workflows/release_deploy_play_store.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release_deploy_play_store.yml b/.github/workflows/release_deploy_play_store.yml index a0cc3c5..8ff502b 100644 --- a/.github/workflows/release_deploy_play_store.yml +++ b/.github/workflows/release_deploy_play_store.yml @@ -30,7 +30,16 @@ jobs: with: channel: stable - run: flutter doctor -v - + + + + # Setup app + - name: Checkout Paperless mobile, get packages and run code generators + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - run: | + bash install_dependencies.sh + working-directory: scripts + # Extract secrets into corresponding files - name: Configure Keystore run: | @@ -47,12 +56,6 @@ jobs: KEYSTORE_GPG_PASSPHRASE: ${{ secrets.KEYSTORE_GPG_PASSPHRASE}} working-directory: android - # Setup app - - name: Checkout Paperless mobile, get packages and run code generators - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - - run: | - bash install_dependencies.sh - working-directory: scripts # Setup Ruby, Bundler, and Gemfile dependencies - name: Setup Fastlane