fix: update release_deploy_play_store.yml

This commit is contained in:
Anton Stubenbord
2023-04-27 01:16:23 +02:00
parent f9ef51b919
commit 7e5d771916

View File

@@ -34,15 +34,6 @@ jobs:
# Clone repository
- name: Checkout Paperless mobile, get packages and run code generators
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
# Extract secrets into corresponding files
- name: Test gpg decryption
run: |
echo "${{ vars.TEST_ASC }}" > test.txt.asc
echo "$(cat test.txt.asc)"
gpg --batch --passphrase "test123" -d -o test.txt test.txt.asc
working-directory: android
# Extract secrets into corresponding files
- name: Configure Keystore