Skip to content

Commit 017fae6

Browse files
authored
Update imagebuilder_snapshots.yml
1 parent 127567e commit 017fae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/imagebuilder_snapshots.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: 创建 release 标签
101101
id: tag
102102
run: |
103-
echo "release_tag=immortalwrt-imagebuilder-snapshots-x86-64-${{ env.FILE_DATE }}" >> $GITHUB_OUTPUT
103+
echo "release_tag=imagebuilder-snapshots-x86-64-${{ env.FILE_DATE }}" >> $GITHUB_OUTPUT
104104
touch release.txt
105105
echo "TIME2=$(date "+%Y年%m月%d日%H时%M分")" >> $GITHUB_ENV
106106
echo "status=success" >> $GITHUB_OUTPUT
@@ -132,4 +132,4 @@ jobs:
132132

133133
- name: Pushplus推送通知
134134
if: steps.tag.outputs.status == 'success' && !cancelled()
135-
run: curl http://www.pushplus.plus/send -X POST -H "Content-Type:application/json" -d '{"title":"编译immortalwrt-imagebuilder-snapshots-x86_64成功!","content":" 从${{ env.TIME1 }}开始到${{ env.TIME2 }}编译完成!","token":"${{ secrets.PUSHPLUS_TOKEN }}","webhook":"02","channel":"cp"}'
135+
run: curl http://www.pushplus.plus/send -X POST -H "Content-Type:application/json" -d '{"title":"编译imagebuilder-snapshots-x86_64成功!","content":" 从${{ env.TIME1 }}开始到${{ env.TIME2 }}编译完成!","token":"${{ secrets.PUSHPLUS_TOKEN }}","webhook":"02","channel":"cp"}'

0 commit comments

Comments
 (0)