Skip to content

Commit

Permalink
Add Box step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pronskiy committed Apr 20, 2024
1 parent cdabf02 commit e3b28d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Install PHP deps
uses: ramsey/composer-install@v2

- name: Install Box
run: wget -O box "https://github.com/box-project/box/releases/download/4.6.1/box.phar"

- name: Build
run: bash build.sh

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rm -rf ./build/phpup
rm -rf ./build/index.*

box compile
php box compile
mkdir -p ./build
mv index.phar ./build/

Expand Down

0 comments on commit e3b28d0

Please sign in to comment.