Skip to content

Commit 325789b

Browse files
committed
Update ci workflow v22
1 parent eed4a87 commit 325789b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
cp README.md LICENSE build/
132132
mv bin/dubbo-cp* build/dubbo-cp/
133133
mv bin/dubboctl* build/dubboctl/
134-
mv bin/samples build/samples
134+
mv bin/samples/ build/samples
135135
ls -ln build/dubboctl/ ; ls -ln build/dubbo-cp/ ; ls -ln build/
136136
137137
- name: Dubboctl Rename windows
@@ -193,7 +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}
196+
cp -r build/samples ${DIRNAME}
197197
ls -Rlh ${DIRNAME}
198198
if [ "${{ matrix.goos }}" = "windows" ]; then
199199
zip -r ${FILENAME}.zip ${DIRNAME}

0 commit comments

Comments
 (0)