Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
pronskiy committed Apr 20, 2024
1 parent 14281c4 commit 68fdc8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
uses: ramsey/composer-install@v2

- name: Install Box
run: curl -O "https://github.com/box-project/box/releases/download/4.6.1/box.phar"; mv box.phar box
run: |
curl -O "https://github.com/box-project/box/releases/download/4.6.1/box.phar"
mv box.phar box
- name: Build
run: bash build.sh
Expand Down

0 comments on commit 68fdc8d

Please sign in to comment.