Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
byungtak-lee committed Sep 23, 2024
1 parent c44d6e9 commit 8f9b169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Decode And Save Keystore Base64 # app.keystore.jks 키 값을 디코드 해서 app/ksystore.jks로 저장한다. (생략 가능)
run: |
echo $DATA | base64 --decode > ../nextroom_key
echo $DATA | base64 --decode > nextroom_key
env:
DATA: ${{ secrets.KEYSTORE_BASE64 }}

Expand Down

0 comments on commit 8f9b169

Please sign in to comment.