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:
128
128
run : |
129
129
mkdir -p cli/dist/linux_amd64/release
130
130
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
132
132
tar xvzf dapr_linux_amd64.tar.gz
133
133
ls -la
134
134
@@ -152,6 +152,9 @@ jobs:
152
152
tar czvf ~/daprbundle/dist/${file}_linux_amd64.tar.gz ${file}
153
153
done
154
154
155
+ cd ~/daprbundle/dist/
156
+ curl --remote-name https://github.com/dapr/dashboard/releases/download/v0.14.0/dashboard_linux_amd64.tar.gz
157
+
155
158
: # Add docker image
156
159
mkdir ~/daprbundle/docker
157
160
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