File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,21 +61,21 @@ jobs:
6161 if : steps.build.outputs.result == 'true'
6262 run : |
6363 if [ -L "/tmp/moby/binary-daemon/dockerd" ]; then
64- mv -f $(readlink /tmp/moby/binary-daemon/dockerd) /tmp/moby/binary-daemon/ dockerd
64+ mv -f $(readlink /tmp/moby/binary-daemon/dockerd) /tmp/moby/dockerd
6565 fi
6666 -
6767 name : Download
6868 if : steps.build.outputs.result != 'true'
6969 run : |
70- mkdir -p /tmp/moby/binary-daemon
71- cd /tmp/moby/binary-daemon
70+ mkdir -p /tmp/moby
71+ cd /tmp/moby
7272 wget -qO- "https://download.docker.com/linux/static/stable/x86_64/docker-${{ env.DOCKER_VERSION }}.tgz" | tar xvz --strip 1
7373 -
7474 name : Upload dockerd
7575 uses : actions/upload-artifact@v3
7676 with :
7777 name : dockerd
78- path : /tmp/moby/binary-daemon/ dockerd
78+ path : /tmp/moby/dockerd
7979 if-no-files-found : error
8080
8181 test :
You can’t perform that action at this time.
0 commit comments