Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
byungtak-lee committed Sep 25, 2024
1 parent bd4fc2b commit 3286cad
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 --d > nextroom_key
echo $DATA | base64 -d > nextroom_key
env:
DATA: ${{ secrets.SIGNING_KEY }}

Expand Down

0 comments on commit 3286cad

Please sign in to comment.