From 22eef44aa5d55bd5ff17575369de1520a901349b Mon Sep 17 00:00:00 2001 From: Michael Jacobson Date: Mon, 4 Mar 2024 16:13:05 +0000 Subject: [PATCH] fix template names in riff raff upload step --- .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 3e87bf73f..ed67a9b3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,8 +50,8 @@ jobs: configPath: riff-raff.yaml contentDirectories: | mobile-purchases-feast-cloudformation: - - cdk/cdk.out/MobilePurchasesFeast-CODE.json - - cdk/cdk.out/MobilePurchasesFeast-PROD.json + - cdk/cdk.out/MobilePurchasesFeast-CODE.template.json + - cdk/cdk.out/MobilePurchasesFeast-PROD.template.json mobile-purchases-cloudformation: - cloudformation.yaml mobile-purchases-dynamo-cloudformation: