update pipeline-20250906-release.yml

This commit is contained in:
junleea 2025-09-09 13:51:17 +00:00 committed by Gitee
parent ff3e032d6d
commit 2f8d80184b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ stages:
- '# 默认使用goproxy.cn' - '# 默认使用goproxy.cn'
- export GOPROXY=https://goproxy.cn - export GOPROXY=https://goproxy.cn
- '# 输入你的构建命令' - '# 输入你的构建命令'
- go get
- go build - go build
artifacts: artifacts:
- name: BUILD_ARTIFACT - name: BUILD_ARTIFACT