Skip to content

Commit

Permalink
Add step to create release dir and copy release packages and index.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Nov 14, 2024
1 parent e9582ed commit 68d14b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4

- name: Create release dir
run: |
mkdir -p .cr-release-packages
cp -r .cr-release/* .cr-release-packages/ || true
cp .cr-index/index.yaml .cr-release-packages/ || true
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 68d14b0

Please # to comment.