diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ac1d52..ec49516 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,8 @@ stages: compile: stage: build script: - - go build -o bingobot - mkdir dist - - tar -czf dist/bingobot.tar.gz bingobot + - go build -o dist/bingobot artifacts: paths: - - dist/bingobot.tar.gz + - dist/bingobot