From 435ecd953f45fdb596158aaef7cbd3c0bfa94e5b Mon Sep 17 00:00:00 2001 From: Thuan Vo Date: Mon, 23 Sep 2024 16:51:46 -0700 Subject: [PATCH] fixup: should point to correct path --- .github/workflows/chart-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-test.yml b/.github/workflows/chart-test.yml index e5451e15..6e2142ed 100644 --- a/.github/workflows/chart-test.yml +++ b/.github/workflows/chart-test.yml @@ -69,7 +69,7 @@ jobs: chmod +x "$WRAPPER_LOCATION" && sudo mv "$WRAPPER_LOCATION" "$HELM_LOCATION" # Export env var - echo "HELM_LOCATION=$HELM_LOCATION" >> $GITHUB_ENV + echo "HELM_LOCATION=$HELM_NEW_LOCATION" >> $GITHUB_ENV echo "UPGRADE_STRATEGY_OVERWRITE=${{ matrix.upgrade-strategy }}" >> $GITHUB_ENV echo "UPGRADE_FORCE=${{ matrix.upgrade-force }}" >> $GITHUB_ENV - name: Install and test chart