We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77257e commit ecaea3cCopy full SHA for ecaea3c
1 file changed
.github/workflows/split-php.yml
@@ -33,8 +33,9 @@ jobs:
33
34
- name: Install splitsh-lite
35
run: |
36
- curl -sL https://github.com/splitsh/lite/releases/download/v1.0.1/lite_linux_amd64.tar.gz | tar -xz -C /tmp
37
- sudo mv /tmp/splitsh-lite /usr/local/bin/
+ mkdir -p /tmp/splitsh
+ curl -sL https://github.com/splitsh/lite/releases/download/v1.0.1/lite_linux_amd64.tar.gz | tar -xz -C /tmp/splitsh
38
+ sudo mv /tmp/splitsh/splitsh-lite /usr/local/bin/
39
40
- name: Determine ref to mirror
41
id: ref
0 commit comments