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:
66
66
docker pull ghcr.io/fluxcd/source-controller:${{ steps.prep.outputs.VERSION }}
67
67
- name : Generate release manifests
68
68
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
72
72
- name : Create release
73
73
uses : ncipollo/release-action@v1
74
74
with :
75
75
prerelease : true
76
- artifacts : " bin /release/*.yaml"
76
+ artifacts : " config /release/*.yaml"
77
77
artifactContentType : " text/plain"
78
78
body : |
79
79
[CHANGELOG](https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md)
You can’t perform that action at this time.
0 commit comments