Skip to content

Commit

Permalink
[ADD/#178] mkdir -p .keystore 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Nov 30, 2024
1 parent 15ef73d commit bddf0c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase_distribution_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
env:
keystore_file: ${{ secrets.KEYSTORE_FILE }}
run: |
mkdir -p .keystore
echo "$keystore_file" > .keystore/gentiKeyStore.b64
base64 -d -i .keystore/gentiKeyStore.b64 > .keystore/gentiKeyStore.jks
Expand Down

0 comments on commit bddf0c5

Please sign in to comment.