Skip to content

Commit

Permalink
[add] #312 keystore jks 내용 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
sxunea committed Oct 27, 2024
1 parent 48c55dc commit 56fc265
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/winey-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
exit 1
fi
- name: List keys in winey.jks
run: |
keytool -list -v -keystore ./app/winey.jks -storepass "${{ secrets.STORE_PASSWORD }}"
- name: Generate local.properties
env:
Expand Down

0 comments on commit 56fc265

Please sign in to comment.