File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,14 +124,13 @@ jobs:
124124 run : |
125125 mkdir -p build/dubbo-cp
126126 mkdir -p build/dubboctl
127- mkdir -p build/samples
128127 make build-dubbo-cp GOOS=${GOOS} GOARCH=${GOARCH} GIT_VERSION=${GIT_VERSION}
129128 make build-dubboctl GOOS=${GOOS} GOARCH=${GOARCH} GIT_VERSION=${GIT_VERSION}
130129 make clone-sample GOOS=${GOOS} GOARCH=${GOARCH} GIT_VERSION=${GIT_VERSION}
131130 cp README.md LICENSE build/
132131 mv bin/dubbo-cp* build/dubbo-cp/
133132 mv bin/dubboctl* build/dubboctl/
134- mv bin/samples/ build/samples
133+ mv bin/samples/ build/
135134 ls -ln build/dubboctl/ ; ls -ln build/dubbo-cp/ ; ls -ln build/
136135
137136 - name : Dubboctl Rename windows
Original file line number Diff line number Diff line change 1+ # Example
You can’t perform that action at this time.
0 commit comments