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 e5febc0 commit 45d456fCopy full SHA for 45d456f
.github/workflows/build.yml
@@ -44,15 +44,17 @@ jobs:
44
platforms: linux/${{ matrix.arch }}
45
push: false
46
outputs: .
47
-
48
- - run: ls -Al
+ build-args: |
+ PHP_VERSION=${{ matrix.php_version }}
49
+ PHP_EXTENSION=${{ matrix.extension }}
50
51
- name: Archive extension
52
uses: actions/upload-artifact@v4
53
with:
54
name: ext-${{ matrix.extension }}-php-${{ matrix.php_version }}-${{ matrix.arch }}
55
path: ${{ matrix.extension }}.so
56
retention-days: 1
57
+ if-no-files-found: error
58
59
upload:
60
runs-on: ubuntu-latest
0 commit comments