Skip to content

Commit

Permalink
Fix Helm chart release job
Browse files Browse the repository at this point in the history
  • Loading branch information
martialonline committed Sep 3, 2020
1 parent 010dd31 commit 739e35a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 739e35a

Please sign in to comment.