ci: improve zipping

This commit is contained in:
Simon Cornet 2025-02-24 13:10:12 +01:00
commit ed3a812355

View file

@ -7,8 +7,7 @@ go-build:
image: "cr.simoncor.net/siempie/go-build:latest"
script:
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gogitlabber cmd/gogitlabber/*.go"
- "zip gogitlabber.zip gogitlabber"
artifacts:
name: "${CI_PROJECT_NAME}"
paths:
- "gogitlabber.zip"
- "gogitlabber"