We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14281c4 commit 68fdc8dCopy full SHA for 68fdc8d
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,9 @@ jobs:
19
uses: ramsey/composer-install@v2
20
21
- name: Install Box
22
- run: curl -O "https://github.com/box-project/box/releases/download/4.6.1/box.phar"; mv box.phar box
+ run: |
23
+ curl -O "https://github.com/box-project/box/releases/download/4.6.1/box.phar"
24
+ mv box.phar box
25
26
- name: Build
27
run: bash build.sh
0 commit comments