ci: improve zipping
This commit is contained in:
parent
2edf29175f
commit
ed3a812355
1 changed files with 1 additions and 2 deletions
|
|
@ -7,8 +7,7 @@ go-build:
|
||||||
image: "cr.simoncor.net/siempie/go-build:latest"
|
image: "cr.simoncor.net/siempie/go-build:latest"
|
||||||
script:
|
script:
|
||||||
- "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"
|
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "${CI_PROJECT_NAME}"
|
name: "${CI_PROJECT_NAME}"
|
||||||
paths:
|
paths:
|
||||||
- "gogitlabber.zip"
|
- "gogitlabber"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue