From 6a4b4cba5ded8b12821368c0bacb27263eb3ece6 Mon Sep 17 00:00:00 2001 From: Joe Kralicky Date: Mon, 12 Dec 2022 13:53:12 -0500 Subject: [PATCH] Fix charts build action not exporting the charts and assets directories --- ci.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.cue b/ci.cue index bd018986d1..5f609d5fb9 100644 --- a/ci.cue +++ b/ci.cue @@ -150,7 +150,7 @@ dagger.#Plan & { "/opt": _ "/src/bin": _ "/src/bin/plugins": _ - if target == "charts" { + if target == "chartsv" { "/src/charts": _ "/src/assets": _ }