From 0145c217ea657d44c449b79260c79e21d0b336c4 Mon Sep 17 00:00:00 2001 From: Enrico Candino Date: Thu, 11 Jul 2024 15:20:23 +0200 Subject: [PATCH] fix for env var --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40100346..a21b74b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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