Skip to content

Commit

Permalink
fix for env var (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman authored Jul 11, 2024
1 parent 01a8453 commit 8ea2fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
- name: Upload Release assets to Google Cloud
uses: google-github-actions/upload-cloud-storage@v2
with:
path: dist/artifacts/$VERSION
destination: releases.rancher.com/cli2/$VERSION
path: dist/artifacts/${{ env.VERSION }}
destination: releases.rancher.com/cli2/${{ env.VERSION }}
headers: |-
cache-control: public,max-age=3600
Expand Down

0 comments on commit 8ea2fc4

Please sign in to comment.