diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a787c43..956b743 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,4 +25,8 @@ build-job: # This job runs in the build stage, which runs first. script: - . "$HOME/.nix-profile/etc/profile.d/nix.sh" - nix build --extra-experimental-features nix-command --extra-experimental-features flakes + artifacts: + paths: + - result/ZacharyMyersCoverletter.pdf +