Skip to content

Commit

Permalink
Update build-korifi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szeort authored Aug 13, 2024
1 parent 40c6a34 commit dfca454
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-korifi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,13 @@ jobs:
working-directory: '.korifi'
run: |
../scripts/create-korifi-release.sh ${{ env.V_KORIFI }}
- name: Copy korifi artifacts
shell: bash
run: |
mkdir -p ./module-data/korifi-build
cp .korifi/values.yaml ./module-data/korifi-build/values-${{ env.V_KORIFI }}.yaml
cp .korifi/korifi-helm.tar.gz ./module-data/korifi-build/korifi-helm-${{ env.V_KORIFI }}.tar.gz

0 comments on commit dfca454

Please sign in to comment.