File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ jobs:
6666 docker pull ghcr.io/fluxcd/source-controller:${{ steps.prep.outputs.VERSION }}
6767 - name : Generate release manifests
6868 run : |
69- mkdir -p bin /release
70- kustomize build ./config/crd > ./bin /release/source-controller.crds.yaml
71- kustomize build ./config/manager > ./bin /release/source-controller.deployment.yaml
69+ mkdir -p config /release
70+ kustomize build ./config/crd > ./config /release/source-controller.crds.yaml
71+ kustomize build ./config/manager > ./config /release/source-controller.deployment.yaml
7272 - name : Create release
7373 uses : ncipollo/release-action@v1
7474 with :
7575 prerelease : true
76- artifacts : " bin /release/*.yaml"
76+ artifacts : " config /release/*.yaml"
7777 artifactContentType : " text/plain"
7878 body : |
7979 [CHANGELOG](https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md)
You can’t perform that action at this time.
0 commit comments