From 6d90fcd6f0834ba72313308d73022c6152c1eb96 Mon Sep 17 00:00:00 2001 From: mitulshah-suse Date: Thu, 9 May 2024 20:33:34 +0530 Subject: [PATCH] Remove parent directory from upload --- .github/workflows/workflow.yaml | 2 ++ 1 file changed, 2 insertions(+) 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