Update build-338q-fpv.yml

pull/1681/head
Huang jinlong 2024-12-06 18:23:46 +08:00 committed by GitHub
parent 42d71ec6d6
commit 61235a2bed
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: 上传固件 # 步骤 7: 上传固件
- name: Upload firmware - 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 上传插件 uses: softprops/action-gh-release@v2 # 使用 GitHub Actions 的 release 上传插件
with: with:
tag_name: ${{env.TAG_NAME}} # 使用定义的 TAG_NAME默认为 latest tag_name: ${{env.TAG_NAME}} # 使用定义的 TAG_NAME默认为 latest