From 0a3250bafd603ff9daeb331e49d9d075cfc6a088 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Mon, 4 Mar 2024 14:37:34 -0900 Subject: [PATCH] fix path to cloudformation --- .github/actions/deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index eda8c0c4..e9e31822 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -42,7 +42,7 @@ runs: shell: bash run: | aws cloudformation package \ - --template-file cloudformation.yml \ + --template-file landsat/cloudformation.yml \ --s3-bucket=${{ inputs.CF_TEMPLATE_BUCKET }} \ --output-template-file packaged.yml