Update build-338q-fpv.yml

pull/1681/head
Huang jinlong 2024-12-19 19:59:05 +08:00 committed by GitHub
parent 90d671d4c2
commit 5d40eb27b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions
.github/workflows

View File

@ -138,6 +138,13 @@ jobs:
${{env.ROOTFS}}
${{env.TAR_FILE}}
# 上传固件到github
- name: Upload firmware github
uses: actions/upload-artifact@v4
with:
name: openipc-ssc338q-fpv
path: ${GITHUB_WORKSPACE}/output/images/
# 步骤 8: 发送 Telegram 通知
- name: Send binary
if: github.event_name != 'pull_request' && env.NORFW # 仅在 push 且存在 NORFW 文件时发送通知