From ed3a81235583a493fb9a0b7e2a87fea8805bea36 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 24 Feb 2025 13:10:12 +0100 Subject: [PATCH] ci: improve zipping --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 494c33b..40fcd39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"