mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-14 14:12:21 -06:00
fix: update release_deploy_play_store.yml
This commit is contained in:
@@ -38,11 +38,9 @@ jobs:
|
|||||||
# Extract secrets into corresponding files
|
# Extract secrets into corresponding files
|
||||||
- name: Test gpg decryption
|
- name: Test gpg decryption
|
||||||
run: |
|
run: |
|
||||||
echo "$TEST_ASC" > test.txt.asc
|
echo "${{ vars.TEST_ASC }}" > test.txt.asc
|
||||||
echo "$(cat test.txt.asc)"
|
echo "$(cat test.txt.asc)"
|
||||||
gpg --batch --passphrase "test123" -d -o test.txt test.txt.asc
|
gpg --batch --passphrase "test123" -d -o test.txt test.txt.asc
|
||||||
env:
|
|
||||||
TEST_ASC: ${{ env.TEST_ASC }}
|
|
||||||
working-directory: android
|
working-directory: android
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user