We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e90f9c commit ca1c12fCopy full SHA for ca1c12f
.github/workflows/build-phar.yml
@@ -40,7 +40,7 @@ jobs:
40
php_version: 7.1
41
42
- name: "Compile phparkitect phar"
43
- run: ./bin/box.phar compile -c ./box.json
+ run: ./bin/box compile -c ./box.json
44
45
- name: "Smoke test created phar"
46
run : ./phparkitect.phar
0 commit comments