Skip to content

Commit

Permalink
chore:修改编译脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyanming committed Mar 14, 2023
1 parent 79a131d commit f77c2b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
binary_name: "chatgpt-web" # 可以指定二进制文件的名称
extra_files: ./resources ./static README.md config.dev.json # 需要包含的额外文件
retry: 10
overwrite: true
overwrite: true
pre_command: go mod tidy && go mod download

0 comments on commit f77c2b2

Please sign in to comment.