Update push_to_new_AppStore.yml (#250)

This commit is contained in:
raller1028 2023-08-11 11:27:46 +08:00 committed by GitHub
parent 56f7d5a943
commit def4b1b742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -34,4 +34,8 @@ jobs:
email: q2676515970@163.com
src_branch: main
dst_branch: main
- name: Error Handling
if: ${{ failure() }}
run: |
curl -X POST -H "Content-Type: application/json" -d '{"msg_type":"text","content":{"text":"CasaOS-AppStore build and publish error"}}' ${{ secrets.APPSTORE_ROBOT_URL }}