File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -204,3 +204,16 @@ jobs:
204204 "title": "${{ matrix.os }}-test-打包完成通知",
205205 "text": "# ${{ matrix.os }}-test-打包完成通知\n \n ### 任务id:[${{ github.run_id }}](https://github.com/chat2db/Chat2DB/actions/runs/${{ github.run_id }})\n ### 下载地址:[https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/${{ matrix.os }}-Test${{ matrix.file_extension }}](https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/${{ matrix.os }}-Test${{ matrix.file_extension }})"
206206 }
207+
208+ # 发送Jar包地址到DingTalk
209+ - if : ${{ runner.os == 'macOS' && matrix.arch == 'x86_64' }}
210+ name : Send dingtalk message
211+ uses : ghostoy/dingtalk-action@master
212+ with :
213+ webhook : ${{ secrets.DINGTALK_WEBHOOK }}
214+ msgtype : markdown
215+ content : |
216+ {
217+ "title": "Jar-test-构建完成通知",
218+ "text": "### jar包下载地址:[https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/chat2db-server-start.zip](https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/chat2db-server-start.zip) "
219+ }
You can’t perform that action at this time.
0 commit comments