mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 10:08:00 -06:00
fix: update release_deploy_play_store.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user