From 99b09cbf34ec6a531a22f165e12b84085af99ac7 Mon Sep 17 00:00:00 2001 From: Miles Croxford Date: Sun, 10 Mar 2024 01:15:01 +0000 Subject: [PATCH] feat(ci): update release --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a107404..1ea1dfb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: