调整持续集成脚本

This commit is contained in:
xiongziliang
2024-06-15 11:03:50 +08:00
parent f9f386bc23
commit 170ec3c830
4 changed files with 53 additions and 21 deletions

View File

@@ -53,5 +53,7 @@ jobs:
+ '- 分支: ${{ env.BRANCH2 }}\n'
+ '- git hash: ${{ github.sha }} \n'
+ '- 编译日期: ${{ env.DATE }}\n'
+ '- 编译记录: [${{ github.run_id }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})\n'
+ '- 开启特性: 未开启openssl/webrtc/datachannel等功能\n'
+ '- 打包ci名: ${{ github.workflow }}\n'
})