From c99eb61306e4ba6904cc143f08d507ce125c71e7 Mon Sep 17 00:00:00 2001 From: Chris Elias Date: Tue, 14 May 2024 12:31:47 -0400 Subject: [PATCH] update directory pointing to inventory template --- .github/workflows/build-artifact/generate_inventory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifact/generate_inventory.sh b/.github/workflows/build-artifact/generate_inventory.sh index 56c0f0df..a24a953b 100644 --- a/.github/workflows/build-artifact/generate_inventory.sh +++ b/.github/workflows/build-artifact/generate_inventory.sh @@ -15,7 +15,7 @@ CHECK_KUBERNETES=false source bin/common.sh file="ARTIFACT_INVENTORY.md" -template=".github/workflows/artifact/ARTIFACT_INVENTORY.template" +template=".github/workflows/build-artifact/ARTIFACT_INVENTORY.template" cp "$template" "$file"