File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
60
60
- name : Convert kingmaker-zh_Hans.json to kingmaker-zh-tw.json
61
61
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
63
63
64
64
- name : Update version in module.json
65
65
if : ${{ steps.last_release.outputs.tag_name != steps.read_version.outputs.version }}
Original file line number Diff line number Diff line change 59
59
60
60
- name : Convert kingmaker-zh_Hans.json to kingmaker-zh-tw.json
61
61
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
63
63
64
64
65
65
- name : Update version in module.json
You can’t perform that action at this time.
0 commit comments