Skip to content

Commit

Permalink
[style] 앱 이름 한글로 변경
Browse files Browse the repository at this point in the history
-decode, -d 로 간략화
  • Loading branch information
easyhooon committed May 21, 2024
1 parent 7f650d9 commit 8deb463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 17

- name: Generate unifest.jks
run: echo '${{ secrets.UNIFEST_KEYSTORE }}' | base64 --decode > ./app/unifest.jks
run: echo '${{ secrets.UNIFEST_KEYSTORE }}' | base64 --d > ./app/unifest.jks

- name: Generate secrets.properties
run: |
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<string name="app_name">Unifest</string>
<string name="app_name_dev">Unifest.dev</string>
<string name="app_name">유니페스</string>
<string name="app_name_dev">유니페스.dev</string>
</resources>

0 comments on commit 8deb463

Please sign in to comment.