We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb2b56 commit e687a13Copy full SHA for e687a13
.github/workflows/build-release-binaries.yml
@@ -53,6 +53,7 @@ jobs:
53
run: |
54
echo "" > .env
55
php php-parser app:build --build-version=${{ github.ref_name }}
56
+ chmod +x ./builds/php-parser && ./builds/php-parser
57
58
- name: Download PHP
59
0 commit comments