Skip to content

Commit

Permalink
try no 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohitkoley committed May 9, 2024
1 parent 7c04d3c commit 5764e92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
fileName: 'experiment_keystore.jks'
fileDir: "${RUNNER_TEMP}/keystore"
encodedString: ${{ secrets.KEYSTORE }}

- name: print keystore path
run: echo "${RUNNER_TEMP}/keystore"

- name: Print tmpFilePath
run: echo "${HOME}/temp/keystore/"

- name: Build APK and ios
env:
Expand Down

0 comments on commit 5764e92

Please sign in to comment.