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:
124
124
run : |
125
125
mkdir -p build/dubbo-cp
126
126
mkdir -p build/dubboctl
127
+ mkdir -p build/samples
127
128
make build-dubbo-cp GOOS=${GOOS} GOARCH=${GOARCH} GIT_VERSION=${GIT_VERSION}
128
129
make build-dubboctl GOOS=${GOOS} GOARCH=${GOARCH} GIT_VERSION=${GIT_VERSION}
129
130
make clone-sample GOOS=${GOOS} GOARCH=${GOARCH} GIT_VERSION=${GIT_VERSION}
130
131
cp README.md LICENSE build/
131
132
mv bin/dubbo-cp* build/dubbo-cp/
132
133
mv bin/dubboctl* build/dubboctl/
133
- mv bin/samples build/
134
+ mv bin/samples build/samples
134
135
ls -ln build/dubboctl/ ; ls -ln build/dubbo-cp/ ; ls -ln build/
135
136
136
137
- name : Dubboctl Rename windows
@@ -153,7 +154,6 @@ jobs:
153
154
cp build/dubboctl/dubboctl ${DIRNAME}/bin
154
155
ls -ln ${DIRNAME}/bin
155
156
cp build/dubboctl/README.md build/dubboctl/LICENSE ${DIRNAME}
156
- cp build/samples ${DIRNAME}
157
157
ls -Rlh ${DIRNAME}
158
158
if [ "${{ matrix.goos }}" = "windows" ]; then
159
159
zip -r ${FILENAME}.zip ${DIRNAME}/bin
@@ -193,6 +193,7 @@ jobs:
193
193
cp build/dubbo-cp/dubbo-cp ${DIRNAME}/bin/
194
194
cp build/README.md build/LICENSE ${DIRNAME}
195
195
cp build/dubbo-cp/dubbo-cp.yaml ${DIRNAME}
196
+ cp build/samples ${DIRNAME}
196
197
ls -Rlh ${DIRNAME}
197
198
if [ "${{ matrix.goos }}" = "windows" ]; then
198
199
zip -r ${FILENAME}.zip ${DIRNAME}
You can’t perform that action at this time.
0 commit comments