From fc9635d655820ed7e6c7a24331a090a7fb4ce915 Mon Sep 17 00:00:00 2001 From: pakka-papad <76241334+pakka-papad@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:18:38 +0530 Subject: [PATCH] Updated: ci.yaml --- .github/workflows/ci.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09b2e77..bfa3f7e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,14 +33,14 @@ jobs: run: mkdir keys && echo $STORE_FILE | base64 -di > keys/store_key.jks && echo $IR_STORE_FILE | base64 -di > keys/ir_store_key.jks && - echo 'STORE_FILE=${{ github.workspace }}/keys/store_key.jks - STORE_PASSWORD=${{ secrets.STORE_PASSWORD }} - KEY_ALIAS=${{ secrets.KEY_ALIAS }} - KEY_PASSWORD=${{ secrets.KEY_PASSWORD }} - IR_STORE_FILE=${{ github.workspace }}/keys/ir_store_key.jks - IR_STORE_PASSWORD=${{ secrets.IR_STORE_PASSWORD }} - IR_KEY_ALIAS=${{ secrets.IR_KEY_ALIAS }} - IR_KEY_PASSWORD=${{ secrets.IR_KEY_PASSWORD }}' > ./local.properties + echo $'STORE_FILE=${{ github.workspace }}/keys/store_key.jks\n + STORE_PASSWORD=${{ secrets.STORE_PASSWORD }}\n + KEY_ALIAS=${{ secrets.KEY_ALIAS }}\n + KEY_PASSWORD=${{ secrets.KEY_PASSWORD }}\n + IR_STORE_FILE=${{ github.workspace }}/keys/ir_store_key.jks\n + IR_STORE_PASSWORD=${{ secrets.IR_STORE_PASSWORD }}\n + IR_KEY_ALIAS=${{ secrets.IR_KEY_ALIAS }}\n + IR_KEY_PASSWORD=${{ secrets.IR_KEY_PASSWORD }}\n' > ./local.properties - name: Grant execute permission for gradlew run: chmod +x gradlew