From ebc70d5c18b7f0f7e02845582f1cd177f6e95dc6 Mon Sep 17 00:00:00 2001 From: TECHNOFAB Date: Fri, 21 Feb 2025 21:26:28 +0000 Subject: [PATCH] fix(ci): fix artifact path --- templates/nix-gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nix-gitlab-ci.yml b/templates/nix-gitlab-ci.yml index a3c83e8..d45730c 100644 --- a/templates/nix-gitlab-ci.yml +++ b/templates/nix-gitlab-ci.yml @@ -70,7 +70,7 @@ nix-ci:build: - 'if [ -f "/tmp/nix-store-before" ]; then finalize_nix_ci; fi' artifacts: paths: - - generated-gitlab-ci.yml + - generated-gitlab-ci-${_NIX_CI_PIPELINE_NAME}.yml nix-ci:trigger: <<: *env_overrides stage: trigger