From e83786df3c71eefde9905e33daf4c99aac8b0c7c Mon Sep 17 00:00:00 2001 From: zoey Date: Thu, 10 Oct 2024 03:00:58 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 +