Skip to content

Commit

Permalink
Remove parent directory from upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulshah-suse committed May 9, 2024
1 parent 624b273 commit 6d90fcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 6d90fcd

Please sign in to comment.