Skip to content

Commit a46fac2

Browse files
committed
v11 fix name
1 parent acc24de commit a46fac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Convert kingmaker-zh_Hans.json to kingmaker-zh-tw.json
6161
if: ${{ steps.last_release.outputs.tag_name != steps.read_version.outputs.version }}
62-
run: opencc -i ./.github/${{ steps.read_version.outputs.version }}/kingmaker-cn.json -o ./.github/${{ steps.read_version.outputs.version }}/kingmaker-zh-tw.json -c s2tw.json
62+
run: opencc -i ./.github/${{ steps.read_version.outputs.version }}/kingmaker-zh_Hans.json -o ./.github/${{ steps.read_version.outputs.version }}/kingmaker-zh-tw.json -c s2tw.json
6363

6464
- name: Update version in module.json
6565
if: ${{ steps.last_release.outputs.tag_name != steps.read_version.outputs.version }}

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Convert kingmaker-zh_Hans.json to kingmaker-zh-tw.json
6161
if: ${{ steps.last_release.outputs.tag_name != steps.read_version.outputs.version }}
62-
run: opencc -i ./.github/${{ steps.read_version.outputs.version }}/kingmaker-cn.json -o ./.github/${{ steps.read_version.outputs.version }}/kingmaker-zh-tw.json -c s2tw.json
62+
run: opencc -i ./.github/${{ steps.read_version.outputs.version }}/kingmaker-zh_Hans.json -o ./.github/${{ steps.read_version.outputs.version }}/kingmaker-zh-tw.json -c s2tw.json
6363

6464

6565
- name: Update version in module.json

0 commit comments

Comments
 (0)