Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xtccc committed Oct 31, 2024
1 parent d5eadcc commit 7e4f763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
tag_name: ${{ github.ref_name }} # 使用触发的标签名称
name: auto release ${{ github.ref_name }}
body: "自动发布版本 ${{ github.ref_name }}" # 添加 release 描述
files: go_webdav_client* # 将下载的二进制文件发布到 release 中
draft: false
prerelease: false
Expand Down

0 comments on commit 7e4f763

Please sign in to comment.