diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 589ebf0..d695797 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -69,7 +69,7 @@ jobs: destination: releases.rancher.com/install-docker-dev predefinedAcl: publicRead headers: |- - Cache-Control: public,no-cache,proxy-revalidate + cache-control: public,no-cache,proxy-revalidate upload: permissions: @@ -101,4 +101,4 @@ jobs: destination: releases.rancher.com/install-docker predefinedAcl: publicRead headers: |- - Cache-Control: public,no-cache,proxy-revalidate \ No newline at end of file + cache-control: public,no-cache,proxy-revalidate \ No newline at end of file