Update build-338q-fpv.yml

pull/1681/head
Huang jinlong 2024-12-06 15:31:39 +08:00 committed by GitHub
parent 49b8724644
commit 42d71ec6d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ jobs:
# 步骤 7: 上传固件
- name: Upload firmware
# if: github.event_name != 'pull_request' # 仅在 push 事件时上传
if: github.event_name != 'pull_request' # 仅在 push 事件时上传
uses: softprops/action-gh-release@v2 # 使用 GitHub Actions 的 release 上传插件
with:
tag_name: ${{env.TAG_NAME}} # 使用定义的 TAG_NAME默认为 latest