diff --git a/.github/workflows/release-agent.yml b/.github/workflows/release-agent.yml index eef29bd5..787c4a2f 100644 --- a/.github/workflows/release-agent.yml +++ b/.github/workflows/release-agent.yml @@ -110,4 +110,4 @@ jobs: steps: - name: cloudfront cache invalidation run: | - aws cloudfront create-invalidation --distribution-id ${{ env.AWS_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/agent-nightly/*" + aws cloudfront create-invalidation --distribution-id ${{ env.AWS_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"