X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/0ce6e992508dadeae1c98bf19165deef4a3b7c70..833bfdd4c89f51e583faf39d73e89256945a139a:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b896d93..e9d949b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: compile: stage: build script: - - nim c -d:ssl -d:release cli_tube.nim + - nim c -d:ssl -d:release clitube.nim artifacts: paths: - - cli_tube + - clitube