Skip to content

Commit 834b806

Browse files
authoredOct 31, 2024
Update Xiaomi-AX6000-hanwckf.yml

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed
 

‎.github/workflows/Xiaomi-AX6000-hanwckf.yml

+24-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,19 @@ jobs:
163163
make download -j$(nproc)
164164
find dl -size -1024c -exec ls -l {} \;
165165
find dl -size -1024c -exec rm -f {} \;
166-
166+
167+
- name: Bark通知
168+
if: (!cancelled())
169+
uses: Crownor/bark-action@V3.0
170+
with:
171+
key: ${{ secrets.BKEY }}
172+
title: 开始编译${{ env.OPENWRT_NAME }}-${{ env.DEVICE_NAME }}固件
173+
#body: 开始编译${{ env.OPENWRT_NAME }}-${{ env.DEVICE_NAME }}固件
174+
isArchive: 1
175+
#url: https://yuanhaoji.com
176+
automaticallyCopy: 1
177+
#copy: Content copied to clipboard
178+
167179
- name: 编译固件
168180
id: compile
169181
run: |
@@ -242,3 +254,14 @@ jobs:
242254
name: ${{ env.FILE_DATE }}-${{ env.OPENWRT_NAME }}-${{ env.DEVICE_NAME }}
243255
tag_name: ${{ steps.tag.outputs.release_tag }}
244256
body_path: release.txt
257+
- name: Bark通知
258+
if: (!cancelled())
259+
uses: Crownor/bark-action@V3.0
260+
with:
261+
key: ${{ secrets.BKEY }}
262+
title: 编译完成${{ env.OPENWRT_NAME }}-${{ env.DEVICE_NAME }}固件
263+
#body: 开始编译${{ env.OPENWRT_NAME }}-${{ env.DEVICE_NAME }}固件
264+
isArchive: 1
265+
#url: https://yuanhaoji.com
266+
automaticallyCopy: 1
267+
#copy: Content copied to clipboard

0 commit comments

Comments
 (0)
Please sign in to comment.