Skip to content

Commit

Permalink
Update Xiaomi-AX6000-hanwckf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lalasou authored Oct 31, 2024
1 parent a405610 commit 834b806
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .github/workflows/Xiaomi-AX6000-hanwckf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,19 @@ jobs:
make download -j$(nproc)
find dl -size -1024c -exec ls -l {} \;
find dl -size -1024c -exec rm -f {} \;
- name: Bark通知
if: (!cancelled())
uses: Crownor/[email protected]
with:
key: ${{ secrets.BKEY }}
title: 开始编译${{ env.OPENWRT_NAME }}-${{ env.DEVICE_NAME }}固件
#body: 开始编译${{ env.OPENWRT_NAME }}-${{ env.DEVICE_NAME }}固件
isArchive: 1
#url: https://yuanhaoji.com
automaticallyCopy: 1
#copy: Content copied to clipboard

- name: 编译固件
id: compile
run: |
Expand Down Expand Up @@ -242,3 +254,14 @@ jobs:
name: ${{ env.FILE_DATE }}-${{ env.OPENWRT_NAME }}-${{ env.DEVICE_NAME }}
tag_name: ${{ steps.tag.outputs.release_tag }}
body_path: release.txt
- name: Bark通知
if: (!cancelled())
uses: Crownor/[email protected]
with:
key: ${{ secrets.BKEY }}
title: 编译完成${{ env.OPENWRT_NAME }}-${{ env.DEVICE_NAME }}固件
#body: 开始编译${{ env.OPENWRT_NAME }}-${{ env.DEVICE_NAME }}固件
isArchive: 1
#url: https://yuanhaoji.com
automaticallyCopy: 1
#copy: Content copied to clipboard

0 comments on commit 834b806

Please sign in to comment.