From 749abd5d1e99a4a9bb86386dbd3aafbadf8e13a7 Mon Sep 17 00:00:00 2001 From: Michael Bely Date: Wed, 28 Jul 2021 16:13:06 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dd0c416..9b7b1c0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,8 +38,7 @@ jobs: uses: timheuer/base64-to-file@v1 with: fileName: 'keystore_release.jks' - encodedString: KEYSTORE_FILE -# encodedString: ${{ secrets.KEYSTORE_FILE }} + encodedString: ${{ secrets.KEYSTORE_FILE }} - name: Set Decoded File Location as Environment run: echo "KEYSTORE_FILE_LOCATION=${{steps.decode_keystore_file.outputs.filePath}}" >> $GITHUB_ENV