We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d620e commit fbd6facCopy full SHA for fbd6fac
.github/workflows/build.yml
@@ -48,6 +48,8 @@ jobs:
48
PHP_VERSION=${{ matrix.php_version }}
49
PHP_EXTENSION=${{ matrix.extension }}
50
51
+ - run: ls -Al
52
+
53
- name: Archive extension
54
uses: actions/upload-artifact@v4
55
with:
0 commit comments