We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97a9192 + 4b57c1e commit 7b66892Copy full SHA for 7b66892
.github/workflows/release.yml
@@ -23,19 +23,9 @@ jobs:
23
ini-values: phar.readonly=0
24
tools: composer:v2
25
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
36
- name: Compile PHAR
37
run: |
38
- php -d phar.readonly=0 box compile --config=box.json
+ php -d phar.readonly=0 bin/build-phar.php
39
ls -lh build/kcode.phar
40
41
- name: Verify PHAR
0 commit comments