Skip to content

Commit

Permalink
Simplify Helm repo index creation and update artifact upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Nov 14, 2024
1 parent 012a7c6 commit 7baa0c8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,20 @@ 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

- 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
Expand Down

0 comments on commit 7baa0c8

Please # to comment.