mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 12:08:05 -06:00
Update release_deploy_play_store.yml
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
# Extract secrets into corresponding files
|
||||
- name: Configure Keystore
|
||||
run: |
|
||||
gpg --quiet --batch --yes --decrypt --passphrase=$KEYSTORE_GPG_PASSPHRASE --output app/upload-keystore.jks upload-keystore.jks.gpg
|
||||
gpg --quiet --batch --yes --decrypt --passphrase="$KEYSTORE_GPG_PASSPHRASE" --output app/upload-keystore.jks upload-keystore.jks.gpg
|
||||
echo "storeFile=upload-keystore.jks" >> key.properties
|
||||
echo "keyAlias=$KEYSTORE_KEY_ALIAS" >> key.properties
|
||||
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties
|
||||
@@ -68,4 +68,4 @@ jobs:
|
||||
- run: bundle exec fastlane ${{ github.event.inputs.lane || 'alpha' }}
|
||||
env:
|
||||
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}
|
||||
working-directory: android
|
||||
working-directory: android
|
||||
|
||||
Reference in New Issue
Block a user