Skip to content

Commit b3d7c9b

Browse files
Update readme_translator.yml
1 parent 1f98e28 commit b3d7c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/readme_translator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
Invoke-WebRequest -Uri https://github.com/CrazyMayfly/Free-Markdown-Translator/releases/download/1.2/MarkdownTranslator.v1.2.zip -OutFile "MarkdownTranslator.zip" -DisableKeepAlive
1717
Expand-Archive -Path ./MarkdownTranslator.zip -DestinationPath MarkdownTranslator
18-
Copy-Item -Path Config/config.ymal -Destination MarkdownTranslator/config.ymal
18+
Copy-Item -Path Config/config.ymal -Destination MarkdownTranslator/config.yaml
1919
2020
- name: 初始化Python
2121
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)