File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,14 @@ jobs:
124124 run : |
125125 mkdir -p build/dubbo-cp
126126 mkdir -p build/dubboctl
127+ mkdir -p build/samples
127128 make build-dubbo-cp GOOS=${GOOS} GOARCH=${GOARCH} GIT_VERSION=${GIT_VERSION}
128129 make build-dubboctl GOOS=${GOOS} GOARCH=${GOARCH} GIT_VERSION=${GIT_VERSION}
129130 make clone-sample GOOS=${GOOS} GOARCH=${GOARCH} GIT_VERSION=${GIT_VERSION}
130131 cp README.md LICENSE build/
131132 mv bin/dubbo-cp* build/dubbo-cp/
132133 mv bin/dubboctl* build/dubboctl/
133- mv bin/samples build/
134+ mv bin/samples build/samples
134135 ls -ln build/dubboctl/ ; ls -ln build/dubbo-cp/ ; ls -ln build/
135136
136137 - name : Dubboctl Rename windows
@@ -153,7 +154,6 @@ jobs:
153154 cp build/dubboctl/dubboctl ${DIRNAME}/bin
154155 ls -ln ${DIRNAME}/bin
155156 cp build/dubboctl/README.md build/dubboctl/LICENSE ${DIRNAME}
156- cp build/samples ${DIRNAME}
157157 ls -Rlh ${DIRNAME}
158158 if [ "${{ matrix.goos }}" = "windows" ]; then
159159 zip -r ${FILENAME}.zip ${DIRNAME}/bin
@@ -193,6 +193,7 @@ jobs:
193193 cp build/dubbo-cp/dubbo-cp ${DIRNAME}/bin/
194194 cp build/README.md build/LICENSE ${DIRNAME}
195195 cp build/dubbo-cp/dubbo-cp.yaml ${DIRNAME}
196+ cp build/samples ${DIRNAME}
196197 ls -Rlh ${DIRNAME}
197198 if [ "${{ matrix.goos }}" = "windows" ]; then
198199 zip -r ${FILENAME}.zip ${DIRNAME}
You can’t perform that action at this time.
0 commit comments