Skip to content

Commit 68fdc8d

Browse files
committed
Fix command
1 parent 14281c4 commit 68fdc8d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
uses: ramsey/composer-install@v2
2020

2121
- name: Install Box
22-
run: curl -O "https://github.com/box-project/box/releases/download/4.6.1/box.phar"; mv box.phar box
22+
run: |
23+
curl -O "https://github.com/box-project/box/releases/download/4.6.1/box.phar"
24+
mv box.phar box
2325
2426
- name: Build
2527
run: bash build.sh

0 commit comments

Comments
 (0)