From a899fbaec05ef44e5743e18814a437b64b2cb5cc Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 9 Jun 2026 11:18:23 +0200 Subject: [PATCH] ci: fix cache invalidation for agent-build --- .github/workflows/release-agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "/*"