Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x696c757a696f authored Aug 31, 2024
1 parent e0e8f85 commit 6357d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
cat Rime/*.txt > Rime/xmjd6.body.txt
echo -n "$(cat Rime/xmjd6.header.txt Rime/xmjd6.body.txt)" > mb/xmjd6/xmjd6.txt
rm Rime/xmjd6.header.txt Rime/xmjd6.body.txt
iconv -f UTF-8 -t GB18030 mb/xmjd6/xmjd6.txt -o mb/xmjd6/xmjd6.txt # Overwrite the original file with converted content
iconv -f UTF-8 -t GB18030//IGNORE mb/xmjd6/xmjd6.txt -o mb/xmjd6/xmjd6.txt
- name: Zip yong.ini and mb directory
run: |
zip -r yong-xmjd6.zip yong.ini mb/
Expand Down

0 comments on commit 6357d2f

Please sign in to comment.