File tree 1 file changed +24
-1
lines changed
1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,19 @@ jobs:
163
163
make download -j$(nproc)
164
164
find dl -size -1024c -exec ls -l {} \;
165
165
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
+
167
179
- name : 编译固件
168
180
id : compile
169
181
run : |
@@ -242,3 +254,14 @@ jobs:
242
254
name : ${{ env.FILE_DATE }}-${{ env.OPENWRT_NAME }}-${{ env.DEVICE_NAME }}
243
255
tag_name : ${{ steps.tag.outputs.release_tag }}
244
256
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
You can’t perform that action at this time.
0 commit comments