Skip to content

Commit 9453a4c

Browse files
committed
[feat]: 릴리즈 사이닝 키 추가
1 parent f7516f4 commit 9453a4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
distribution: 'temurin'
2020
java-version: '17'
2121

22+
- name: Decode keystore
23+
run: echo "${{ secrets.RELEASE_KEYSTORE_BASE64 }}" | base64 --decode > keystore/release.keystore.jks
24+
2225
- name: Grant execute permission for gradlew
2326
run: chmod +x ./gradlew
2427

@@ -47,4 +50,4 @@ jobs:
4750
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
4851
groups: hmh-team
4952
file: app/build/outputs/apk/release/app-release.apk
50-
releaseNotes: ${{ env.RELEASE_NOTES }}
53+
releaseNotes: ${{ env.RELEASE_NOTES }}

0 commit comments

Comments
 (0)