From 0cda9e427eb1213ce9923c72926fe4f07d17b1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Sat, 12 Dec 2020 01:24:15 +0800 Subject: [PATCH] Update build-phar.yml --- .github/workflows/build-phar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-phar.yml b/.github/workflows/build-phar.yml index d53f7089..c4ee81a4 100644 --- a/.github/workflows/build-phar.yml +++ b/.github/workflows/build-phar.yml @@ -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: