ci: fixed artifact name
This commit is contained in:
parent
713513fe56
commit
c7b618475b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ go-build:
|
||||||
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gogitlabber cmd/gogitlabber/*.go"
|
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gogitlabber cmd/gogitlabber/*.go"
|
||||||
- "zip gogitlabber.zip gogitlabber"
|
- "zip gogitlabber.zip gogitlabber"
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "${CI_PROJECT_NAME}-${CI_COMMIT_TAG}"
|
name: "${CI_PROJECT_NAME}"
|
||||||
paths:
|
paths:
|
||||||
- "gogitlabber.zip"
|
- "gogitlabber.zip"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue