Skip to content

Commit ca1c12f

Browse files
author
Michele Orselli
committed
fixes composer step in phar release, this time for real, I swear!
1 parent 2e90f9c commit ca1c12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-phar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
php_version: 7.1
4141

4242
- name: "Compile phparkitect phar"
43-
run: ./bin/box.phar compile -c ./box.json
43+
run: ./bin/box compile -c ./box.json
4444

4545
- name: "Smoke test created phar"
4646
run : ./phparkitect.phar

0 commit comments

Comments
 (0)