We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a047f commit 11e25a9Copy full SHA for 11e25a9
.github/workflows/build-release-binaries.yml
@@ -56,6 +56,7 @@ jobs:
56
- name: Build binary
57
run: |
58
php php-parser compile-binary --arch=${{ matrix.arch }}
59
+ ls -l bin/
60
61
- name: Upload binary as artifact
62
uses: actions/upload-artifact@v4
0 commit comments