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 bd90e3f commit 952fa81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 helm-template/netcheck/templates; zip ../../../netcheck_${{ env.VERSION }}_k8s_manifests.zip -r ./*
- uses: softprops/action-gh-release@v1
env:
Expand All @@ -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

0 comments on commit 952fa81

Please sign in to comment.