fix: update release_deploy_play_store.yml

This commit is contained in:
Anton Stubenbord
2023-04-27 01:03:42 +02:00
parent 975d336207
commit 3485d3d057

View File

@@ -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