File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments