diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 82c0bd9..9612a51 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -82,9 +82,7 @@ jobs: - name: Create Index run: | - mkdir -p .cr-index helm repo index --url https://komer.github.io/node-ipam-controller .cr-release-packages - cp .cr-release-packages/index.yaml .cr-index/ - name: Setup Pages uses: actions/configure-pages@v4 @@ -92,12 +90,12 @@ jobs: - name: List files run: | ls -la - ls -la .cr-* || true + ls -la .cr-release-packages - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: '.cr-index' + path: '.cr-release-packages' - name: Deploy to GitHub Pages id: deployment