diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index d695797a..8660fd1a 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -67,6 +67,7 @@ jobs: with: path: dist/ destination: releases.rancher.com/install-docker-dev + parent: false predefinedAcl: publicRead headers: |- cache-control: public,no-cache,proxy-revalidate @@ -99,6 +100,7 @@ jobs: with: path: dist/ destination: releases.rancher.com/install-docker + parent: false predefinedAcl: publicRead headers: |- cache-control: public,no-cache,proxy-revalidate \ No newline at end of file