Skip to content

Commit 7e61fb2

Browse files
committed
🐛 make directory recursively
1 parent 184436b commit 7e61fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
shell: bash
150150
run: |
151151
staging=phpup-${{ matrix.build }}
152-
mkdir $staging/completions/{bash,zsh}
152+
mkdir -p $staging/completions/{bash,zsh}
153153
cp {README.md,LICENSE} $staging/
154154
cp target/${{ matrix.target }}/release/phpup $staging/
155155
$staging/phpup completions --shell bash > $staging/completions/bash/_phpup

0 commit comments

Comments
 (0)