Update .gitlab-ci.yml file

This commit is contained in:
梁俊勇 2022-07-27 14:34:46 +00:00
parent 35089a6238
commit a469be8c09

View File

@ -13,7 +13,7 @@ stages:
cache: # 缓存
paths:
- .
- bin
job_build:
stage: build
@ -22,7 +22,7 @@ job_build:
- go build -o console-${PACKAGE_VERSION} console.go
artifacts:
paths:
- .
- bin
upload:
stage: upload