mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 06:07:57 -06:00
Update release_deploy_play_store.yml
This commit is contained in:
17
.github/workflows/release_deploy_play_store.yml
vendored
17
.github/workflows/release_deploy_play_store.yml
vendored
@@ -30,7 +30,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
- run: flutter doctor -v
|
- 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
|
# Extract secrets into corresponding files
|
||||||
- name: Configure Keystore
|
- name: Configure Keystore
|
||||||
run: |
|
run: |
|
||||||
@@ -47,12 +56,6 @@ jobs:
|
|||||||
KEYSTORE_GPG_PASSPHRASE: ${{ secrets.KEYSTORE_GPG_PASSPHRASE}}
|
KEYSTORE_GPG_PASSPHRASE: ${{ secrets.KEYSTORE_GPG_PASSPHRASE}}
|
||||||
working-directory: android
|
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
|
# Setup Ruby, Bundler, and Gemfile dependencies
|
||||||
- name: Setup Fastlane
|
- name: Setup Fastlane
|
||||||
|
|||||||
Reference in New Issue
Block a user