Skip to content

Commit

Permalink
fix for assets dfestination (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman authored Jul 12, 2024
1 parent 8ea2fc4 commit 0a57bbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
with:
path: dist/artifacts/${{ env.VERSION }}
destination: releases.rancher.com/cli2/${{ env.VERSION }}
glob: '*.*' # copy only the files in the path folder
parent: false
process_gcloudignore: false
headers: |-
cache-control: public,max-age=3600
Expand Down

0 comments on commit 0a57bbb

Please sign in to comment.