Skip to content

Commit 241381e

Browse files
committed
[BOOK-381] chore: Compose Stability Check CI 내에 Generate keystore.properties step 추가
1 parent c7777f0 commit 241381e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/android-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,15 @@ jobs:
5858
steps:
5959
- name: Check out code
6060
uses: actions/checkout@v5
61+
62+
- name: Generate keystore.properties
63+
run: echo '${{ secrets.KEYSTORE_PROPERTIES }}' | base64 -d > ./keystore.properties
64+
6165
- name: Set up JDK
6266
uses: actions/setup-java@v5
6367
with:
6468
distribution: 'zulu'
6569
java-version: 21
70+
6671
- name: compose stability check
6772
run: ./gradlew stabilityCheck

0 commit comments

Comments
 (0)