mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 16:07:57 -06:00
fix: update release_deploy_play_store.yml
This commit is contained in:
12
.github/workflows/release_deploy_play_store.yml
vendored
12
.github/workflows/release_deploy_play_store.yml
vendored
@@ -31,17 +31,15 @@ jobs:
|
||||
channel: stable
|
||||
- run: flutter doctor -v
|
||||
|
||||
# Setup app
|
||||
# Clone repository
|
||||
- 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: |
|
||||
echo "$RELEASE_KEYSTORE" > upload-keystore.jks.asc
|
||||
ll
|
||||
gpg --batch --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSPHRASE }}" -d -o upload-keystore.jks upload-keystore.jks.asc
|
||||
echo "storeFile=upload-keystore.jks" >> key.properties
|
||||
echo "keyAlias=$KEYSTORE_KEY_ALIAS" >> key.properties
|
||||
@@ -54,6 +52,12 @@ jobs:
|
||||
KEYSTORE_STORE_PASSWORD: ${{ secrets.KEYSTORE_STORE_PASSWORD }}
|
||||
working-directory: android
|
||||
|
||||
# Run codegen
|
||||
- name: Run Codegen
|
||||
run: |
|
||||
bash install_dependencies.sh
|
||||
working-directory: scripts
|
||||
|
||||
# Setup Ruby, Bundler, and Gemfile dependencies
|
||||
- name: Setup Fastlane
|
||||
uses: ruby/setup-ruby@8df78e55761745aad83acaf3ff12976382356e6d
|
||||
|
||||
Reference in New Issue
Block a user