将日志更换至docs.hmcl.net (#1812)

* 将日志更换至docs.hmcl.net,以便更新日志

* 修改链接

* 更换目录
This commit is contained in:
zkitefly
2022-10-30 01:29:51 +08:00
committed by GitHub
parent 68a8944810
commit 11a1c37765
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ jobs:
run: |
echo "HMCL v$HMCL_VERSION" >> RELEASE_NOTE
echo "" >> RELEASE_NOTE
echo "The full changelogs can be found on the website: https://hmcl.huangyuhui.net/changelog/dev.html" >> RELEASE_NOTE
echo "The full changelogs can be found on the website: https://docs.hmcl.net/changelog/dev.html" >> RELEASE_NOTE
echo "Notice: changelogs are written in Chinese." >> RELEASE_NOTE
- name: Create release
if: ${{ env.continue == 'true' }}