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:
@@ -38,11 +38,9 @@ jobs:
|
||||
# Extract secrets into corresponding files
|
||||
- name: Test gpg decryption
|
||||
run: |
|
||||
echo "$TEST_ASC" > test.txt.asc
|
||||
echo "${{ vars.TEST_ASC }}" > test.txt.asc
|
||||
echo "$(cat test.txt.asc)"
|
||||
gpg --batch --passphrase "test123" -d -o test.txt test.txt.asc
|
||||
env:
|
||||
TEST_ASC: ${{ env.TEST_ASC }}
|
||||
working-directory: android
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user