Skip to content

Commit

Permalink
update release_app.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cem256 committed Jun 22, 2024
1 parent 80d49fd commit e08ebd5
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions .github/workflows/release_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,13 @@ jobs:
fileDir: './android/app/'
encodedString: ${{ secrets.KEYSTORE }}

- name: Debug Keystore Path 🐛
run: |
echo "Keystore file path: ${{ steps.android_keystore.outputs.filePath }}"
ls -la ./android/app
- name: Verify Secrets 🔍
run: |
echo "STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}"
echo "blank"
echo "KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}"
echo "blank"
echo "KEY_ALIAS: ${{ secrets.KEY_ALIAS }}"
echo "blank"
- name: Write Keystore properties 🗝️
run: |
echo "storeFile=../app/keystore.jks" > android/key.properties
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> android/key.properties
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> android/key.properties
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> android/key.properties
- name: Get key properties file 🗝
id: key_properties
uses: timheuer/[email protected]
with:
fileName: key.properties
fileDir: './android/'
encodedString: ${{ secrets.KEY_PROPERTIES }}

- name: Setup Java ☕
uses: actions/[email protected]
Expand Down

0 comments on commit e08ebd5

Please sign in to comment.