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 4dfe877 commit a47390b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ jobs:
with:
name: go_webdav_client-build

- name: List files
run: echo $(pwd);ls -lhat . ;ls -R go_webdav_client # 列出下载的目录中的文件

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
files: go_webdav_client/* # 将下载的二进制文件发布到 release 中
files: go_webdav_client* # 将下载的二进制文件发布到 release 中
tag_name: ${{ github.ref_name }} # 使用触发的标签名称
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # 使用 GitHub 的 token 来授权发布

0 comments on commit a47390b

Please sign in to comment.