Skip to content

Commit

Permalink
Update nightly-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Dec 21, 2024
1 parent dc7c19a commit 27241bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
gh release create nightly \
--prerelease \
--title "Nightly Release" \
--notes "> 这是机器人的 Nightly 版本,本项目已不再提供正式版本。 \n> 请点击 `Assets -> Source code` 下载机器人源代码。"
--notes "> 这是 Nightly 版本,本项目已不再提供正式版本。\r\n> 请点击 Assets -> Source code 下载源代码。"
else
gh release delete nightly -y
gh release create nightly \
--prerelease \
--title "Nightly Release" \
--notes "> 这是机器人的 Nightly 版本,本项目已不再提供正式版本。 \n> 请点击 `Assets -> Source code` 下载机器人源代码。"
--notes "> 这是 Nightly 版本,本项目已不再提供正式版本。\r\n> 请点击 Assets -> Source code 下载源代码。"
fi

0 comments on commit 27241bb

Please sign in to comment.