diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index a45f532..90c0cca 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -38,7 +38,7 @@ jobs: run: echo ${{ secrets.ANDROID_SIGNING_PROPERTIES }} | base64 --decode > signing.properties - name: Decode release keystore - run: echo ${{ secrets.ANDROID_RELEASE_KEYSTORE }} | base64 --decode > config/release.keystore + run: echo "${{ secrets.ANDROID_RELEASE_KEYSTORE }}" | base64 --decode > config/release.keystore - name: Decode buildKonfig properties run: echo ${{ secrets.BUILD_KONFIG_PROPERTIES }} | base64 --decode > buildKonfig.properties