Skip to content

Commit 2006eca

Browse files
committed
ci: fix validation
Signed-off-by: mikeee <[email protected]>
1 parent 9fca0b8 commit 2006eca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/validate_examples.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
mkdir -p cli/dist/linux_amd64/release
130130
cd cli/dist/linux_amd64/release/
131-
curl https://github.com/dapr/cli/releases/download/v$DAPR_CLI_VER/dapr_linux_amd64.tar.gz
131+
curl --remote-name https://github.com/dapr/cli/releases/download/v$DAPR_CLI_VER/dapr_linux_amd64.tar.gz
132132
tar xvzf dapr_linux_amd64.tar.gz
133133
ls -la
134134
@@ -152,6 +152,9 @@ jobs:
152152
tar czvf ~/daprbundle/dist/${file}_linux_amd64.tar.gz ${file}
153153
done
154154
155+
cd ~/daprbundle/dist/
156+
curl --remote-name https://github.com/dapr/dashboard/releases/download/v0.14.0/dashboard_linux_amd64.tar.gz
157+
155158
: # Add docker image
156159
mkdir ~/daprbundle/docker
157160
cp ~/dapr_docker/daprio-dapr-0.0.0-dev.tar.gz ~/daprbundle/docker/

0 commit comments

Comments
 (0)