Skip to content

Commit

Permalink
Updates distribute workflow to latest box release
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Jun 28, 2024
1 parent bca142d commit 8751fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Install Box Phar bundler
run: wget --quiet https://github.com/box-project/box/releases/download/4.3.8/box.phar && sudo mv box.phar /usr/bin/box && sudo chmod u+x /usr/bin/box
run: wget --quiet https://github.com/box-project/box/releases/download/4.6.1/box.phar && sudo mv box.phar /usr/bin/box && sudo chmod u+x /usr/bin/box
shell: bash

- name: Build PHAR
Expand Down

0 comments on commit 8751fa7

Please sign in to comment.