Skip to content

Commit

Permalink
feat: reveal encode more
Browse files Browse the repository at this point in the history
  • Loading branch information
arifwidayana committed May 11, 2023
1 parent bf5cc76 commit 5c40558
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
CORE_PROPERTIES_PATH: ${{ secrets.CORE_PROPERTIES_PATH }}

run: |
echo $ENCODED_STRING_CORE
echo $ENCODED_STRING_CORE | base64 -d > $CORE_PROPERTIES_PATH
- name: Build with Gradle
Expand Down Expand Up @@ -119,8 +120,10 @@ jobs:
CORE_PROPERTIES_PATH: ${{ secrets.CORE_PROPERTIES_PATH }}

run: |
echo $ENCODED_STRING_CORE > core-properties-b64.txt
base64 -d core-properties-b64.txt > $CORE_PROPERTIES_PATH
echo $ENCODED_STRING_CORE
echo $ENCODED_STRING_CORE | base64 -d > $CORE_PROPERTIES_PATH
# echo $ENCODED_STRING_CORE > core-properties-b64.txt
# base64 -d core-properties-b64.txt > $CORE_PROPERTIES_PATH

- name: Decode Keystore
env:
Expand Down

0 comments on commit 5c40558

Please sign in to comment.