ci: fixed artifact name

This commit is contained in:
Simon Cornet 2025-01-02 19:14:49 +01:00
commit c7b618475b

View file

@ -9,6 +9,6 @@ go-build:
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o gogitlabber cmd/gogitlabber/*.go"
- "zip gogitlabber.zip gogitlabber"
artifacts:
name: "${CI_PROJECT_NAME}-${CI_COMMIT_TAG}"
name: "${CI_PROJECT_NAME}"
paths:
- "gogitlabber.zip"