Skip to content

Commit

Permalink
feat(ci): update release
Browse files Browse the repository at this point in the history
  • Loading branch information
m1 committed Mar 10, 2024
1 parent 952fa81 commit 99b09cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
- run: helm template charts/netcheck --output-dir ./helm-template

- run: |
cd charts/netcheck; zip ../../netcheck_${{ env.VERSION }}_chart.zip -r ./*
cd helm-template/netcheck/templates; zip ../../../netcheck_${{ env.VERSION }}_k8s_manifests.zip -r ./*
cd charts/netcheck; zip ../../netcheck_${{ env.VERSION }}_chart.zip -r ./*; cd -
cd helm-template/netcheck/templates; zip ../../../netcheck_${{ env.VERSION }}_k8s_manifests.zip -r ./*; cd -
- uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit 99b09cb

Please sign in to comment.