mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 01:25:53 -04:00
ci: fix cache invalidation for agent-build
This commit is contained in:
2
.github/workflows/release-agent.yml
vendored
2
.github/workflows/release-agent.yml
vendored
@@ -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 "/*"
|
||||
|
||||
Reference in New Issue
Block a user