ci: fix cache invalidation for agent-build

This commit is contained in:
Pierre Tachoire committed 2026-06-09 11:18:23 +02:00
1 parent a06967d54a
commit a899fbaec0
1 file changed
+1 -1
+1 -1
View File
@@ -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 "/*"