From 952fa810e50ef3386949eac6a9487c4ad0a31754 Mon Sep 17 00:00:00 2001 From: Miles Croxford Date: Sun, 10 Mar 2024 00:48:47 +0000 Subject: [PATCH] feat(ci): update release --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 02d3080..a107404 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 helm-template/netcheck/templates; zip ../../../netcheck_${{ env.VERSION }}_k8s_manifests.zip -r ./* - uses: softprops/action-gh-release@v1 env: @@ -151,5 +151,5 @@ jobs: ${{ steps.build_linux.outputs.BUILT_CHECKSUM }} ${{ steps.build_windows.outputs.BUILT_ARCHIVE }} ${{ steps.build_windows.outputs.BUILT_CHECKSUM }} - netcheck-${{ env.VERSION }}-chart.zip - netcheck-${{ env.VERSION }}-k8s-manifests.zip + netcheck_${{ env.VERSION }}_chart.zip + netcheck_${{ env.VERSION }}_k8s_manifests.zip