Skip to content

Commit

Permalink
Update box installation
Browse files Browse the repository at this point in the history
  • Loading branch information
saundefined committed Sep 26, 2024
1 parent 9eebdec commit a371ea1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
tools: composer:v2
tools: composer:v2, box

- name: Install PHP deps
uses: ramsey/composer-install@v3

- name: Build
run: |
curl -OL "https://github.com/box-project/box/releases/latest/download/box.phar"
mv box.phar box
make build
run: make build

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit a371ea1

Please sign in to comment.