Skip to content

Commit a3c3cbf

Browse files
Update plugins_publish.yml
1 parent 9e2e3a6 commit a3c3cbf

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/plugins_publish.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,25 +80,11 @@ jobs:
8080
echo "非UnrealMultiple/TShockPlugin仓库,跳过提交."
8181
fi
8282
83-
- name: 下载MarkdownTranslator
84-
run: |
85-
wget -q https://github.com/CrazyMayfly/Free-Markdown-Translator/releases/download/1.2/MarkdownTranslator.v1.2.zip
86-
unzip -qq -d MarkdownTranslator MarkdownTranslator.v1.2.zip
87-
cp ./Config/config.yml ./MarkdownTranslator
88-
cd MarkdownTranslator
89-
chmod +x MarkdownTranslator.exe
90-
9183
- name: 初始化Python
9284
uses: actions/setup-python@v5
9385
with:
9486
python-version: '3.x'
9587

96-
- name: 自动更新英文README
97-
run:
98-
sudo python Translator.py
99-
env:
100-
PYTHONIOENCODING: 'utf-8'
101-
10288
- name: 打包
10389
run:
10490
sudo python BuildHelper.py Release

0 commit comments

Comments
 (0)