diff --git a/.github/workflows/gate-keep.yml b/.github/workflows/gate-keep.yml index 50b4283..6380b7d 100644 --- a/.github/workflows/gate-keep.yml +++ b/.github/workflows/gate-keep.yml @@ -92,7 +92,7 @@ jobs: run: | echo -en "Invalidating cloudfrond distribution for ConnectedSDK ...\n" aws configure set preview.cloudfront true - aws cloudfront create-invalidation --distribution-id E10P37NG0GMER --paths "/connected-sdk/connected-example.html" "/connected-sdk/branch-connected.min.js" "/connected-sdk/branch-connected.js" + aws cloudfront create-invalidation --distribution-id E10P37NG0GMER --paths /branch-connected.min.js /connected-example.html /branch-connected.js