From 739e35a78649bca06576f75a5419b47ca34aa08f Mon Sep 17 00:00:00 2001 From: David Boenig Date: Thu, 3 Sep 2020 17:48:36 +0100 Subject: [PATCH] Fix Helm chart release job --- .github/workflows/edge.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/edge.yml b/.github/workflows/edge.yml index 51243b85a2..bfa1d574f2 100644 --- a/.github/workflows/edge.yml +++ b/.github/workflows/edge.yml @@ -408,7 +408,7 @@ jobs: - name: Upload Chart uses: actions/upload-artifact@v2 with: - name: nginx-ingress-${{ env.HELM_CHART_VERSION }}.tgz + name: helm-chart path: ${{ github.workspace }}/nginx-ingress-${{ env.HELM_CHART_VERSION }}.tgz release-helm: @@ -428,8 +428,8 @@ jobs: - name: Retrieve latest Helm Chart uses: actions/download-artifact@v2 with: - name: nginx-ingress-${{ env.HELM_CHART_VERSION }}.tgz - path: ${{ github.workspace }}/edge/nginx-ingress-${{ env.HELM_CHART_VERSION }}.tgz + name: helm-chart + path: ${{ github.workspace }}/edge - name: Push Helm Chart run: | helm repo index edge --url https://helm.nginx.com/edge