Skip to content

Commit

Permalink
Fix lang default zh ln to zh_TW path error
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Jul 25, 2024
1 parent 74f3328 commit ecf4efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
mkdir output
cp -r data/* output
cp -r assets/* output
ln -s zh_TW zh
ln -s output/zh_TW output/zh
- name: Sync
run: python scripts/summon.py
Expand Down

0 comments on commit ecf4efc

Please sign in to comment.