Skip to content

Commit b434db8

Browse files
committed
Update ci workflow v24
1 parent fd74a58 commit b434db8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

samples/example/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Example

0 commit comments

Comments
 (0)