Skip to content

Commit

Permalink
Update build-phar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Dec 11, 2020
1 parent 920cc9c commit 0cda9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: composer config minimum-stability dev && composer require humbug/box --dev
- name: Build phar
run: composer run box compile
run: ./vendor/bin/box compile
- uses: actions/upload-artifact@v1
name: Publish the PHAR
with:
Expand Down

0 comments on commit 0cda9e4

Please sign in to comment.