Skip to content

Commit

Permalink
try no 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohitkoley committed May 9, 2024
1 parent 21e5556 commit cc44b3a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Decode Keystore
env:
ENCODED_STRING: ${{ secrets.KEYSTORE }}
run: |
TMP_KEYSTORE_FILE_PATH="${RUNNER_TEMP}"/keystore
mkdir "${TMP_KEYSTORE_FILE_PATH}"
echo $ENCODED_STRING | base64 -i > "${TMP_KEYSTORE_FILE_PATH}"/experiment_keystore.jks
- name: Run Workflow
id: write_file
uses: timheuer/base64-to-file@v1.2
with:
fileName: 'experiment_keystore.jks'
fileDir: "${RUNNER_TEMP}/keystore"
encodedString: ${{ secrets.KEYSTORE }}

- name: Make gradlew executable
run: chmod +x android/./gradlew
Expand Down

0 comments on commit cc44b3a

Please sign in to comment.