Skip to content

Commit 7b66892

Browse files
authored
Merge pull request #15 from KaririCode-Framework/develop
ci(release): replace box with bin/build-phar.php
2 parents 97a9192 + 4b57c1e commit 7b66892

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,9 @@ jobs:
2323
ini-values: phar.readonly=0
2424
tools: composer:v2
2525

26-
- name: Install humbug/box
27-
run: |
28-
wget -q -O box https://github.com/box-project/box/releases/latest/download/box.phar
29-
chmod +x box
30-
sudo mv box /usr/local/bin/box
31-
box --version
32-
33-
- name: Install dependencies
34-
run: composer install --no-interaction --prefer-dist --optimize-autoloader
35-
3626
- name: Compile PHAR
3727
run: |
38-
php -d phar.readonly=0 box compile --config=box.json
28+
php -d phar.readonly=0 bin/build-phar.php
3929
ls -lh build/kcode.phar
4030
4131
- name: Verify PHAR

0 commit comments

Comments
 (0)