Skip to content

Commit

Permalink
[FIX/#178] keystore_file 환경변수 추가 시점 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Nov 30, 2024
1 parent 5f06a9f commit be7020f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/firebase_distribution_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,13 @@ jobs:
echo "amplitude.test.key=\"$amplitude_test_key\"" >> local.properties
- name: Set up keystore
env:
keystore_file: ${{ secrets.KEYSTORE_FILE }}
run: |
echo "$keystore_file" | base64 --decode > app/gentiKeystore.jks
- name: Access Keystore Properties
env:
keystore_file: ${{ secrets.KEYSTORE_FILE }}
store_password: ${{ secrets.STORE_PASSWORD }}
key_password: ${{ secrets.KEY_PASSWORD }}
key_alias: ${{ secrets.KEY_ALIAS }}
Expand Down

0 comments on commit be7020f

Please sign in to comment.