File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3737
3838 - name : " Install splitsh-lite"
3939 run : |
40- curl -sL https://github.com/splitsh/lite/releases/download/v1.0.1/lite_linux_amd64.tar.gz | tar xz -C /usr/local/bin
40+ curl -sL https://github.com/splitsh/lite/releases/download/v1.0.1/lite_linux_amd64.tar.gz -o /tmp/splitsh.tar.gz
41+ tar xzf /tmp/splitsh.tar.gz -C /tmp
42+ sudo mv /tmp/splitsh-lite /usr/local/bin/splitsh-lite
4143
4244 - name : " Split and push"
4345 env :
8789
8890 - name : " Install splitsh-lite"
8991 run : |
90- curl -sL https://github.com/splitsh/lite/releases/download/v1.0.1/lite_linux_amd64.tar.gz | tar xz -C /usr/local/bin
92+ curl -sL https://github.com/splitsh/lite/releases/download/v1.0.1/lite_linux_amd64.tar.gz -o /tmp/splitsh.tar.gz
93+ tar xzf /tmp/splitsh.tar.gz -C /tmp
94+ sudo mv /tmp/splitsh-lite /usr/local/bin/splitsh-lite
9195
9296 - name : " Split and push"
9397 env :
You can’t perform that action at this time.
0 commit comments