Skip to content

Commit

Permalink
💚 fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zty012 committed Dec 14, 2024
1 parent 43e928c commit 9cf0e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- run: gh release create nightly --title "Nightly Build" --body "如果下面没有可下载的文件,说明构建失败,请联系开发者" --prerelease
- run: gh release create nightly --title "Nightly Build" --notes "如果下面没有可下载的文件,说明构建失败,请联系开发者" --prerelease
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 9cf0e9a

Please sign in to comment.