Update release_deploy_play_store.yml

This commit is contained in:
Anton Stubenbord
2023-04-26 22:17:49 +02:00
committed by GitHub
parent c30a604e82
commit 32df9230c9

View File

@@ -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