X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/0ce6e992508dadeae1c98bf19165deef4a3b7c70..28a19d6598c3bf7e3c905e6f3d1f5d4559d76283:/.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