From 69f0977f8600bf6d012e338b3639e5e30eae29cd Mon Sep 17 00:00:00 2001 From: Michael Jacobson Date: Mon, 11 Mar 2024 15:19:35 +0000 Subject: [PATCH] fix template name in ci workflow --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93fae2922..2f7367b97 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,8 +50,8 @@ jobs: configPath: riff-raff.yaml contentDirectories: | mobile-purchases-cloudformation: - - cdk/cdk.out/MobilePurchasesFeast-CODE.template.json - - cdk/cdk.out/MobilePurchasesFeast-PROD.template.json + - cdk/cdk.out/MobilePurchases-CODE.template.json + - cdk/cdk.out/MobilePurchases-PROD.template.json mobile-purchases-dynamo-cloudformation: - dynamo.cloudformation.yaml mobile-purchases-exports-cloudformation: