From 20c463ad77a9f33d6753920c7a903964bef7cd24 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 24 Feb 2025 13:22:53 +0100 Subject: [PATCH] ci: attempt 1 to fix build path problem --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40fcd39..2c79bbb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ go-build: stage: "build" image: "cr.simoncor.net/siempie/go-build:latest" 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/*" artifacts: name: "${CI_PROJECT_NAME}" paths: