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 7095448 commit 167cc9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:

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

0 comments on commit 167cc9e

Please sign in to comment.