Skip to content

Commit

Permalink
임시
Browse files Browse the repository at this point in the history
  • Loading branch information
JuTaK97 committed Aug 2, 2024
1 parent a94edd2 commit a15c734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
run: |
mkdir -p ./app/keystore
echo $ENCODED_STRING | base64 -di > ./app/keystore/android.jks
echo $(keytool -exportcert -alias ${{ secrets.SIGNING_KEY_ALIAS }} -keystore ./app/keystore/android.jks | openssl sha1 -binary | openssl base64)
- name: Build production apk
run: ./gradlew assembleStagingRelease
env:
Expand Down

0 comments on commit a15c734

Please sign in to comment.