Skip to content

Commit 45d456f

Browse files
committed
ci: fix inputs
1 parent e5febc0 commit 45d456f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,17 @@ jobs:
4444
platforms: linux/${{ matrix.arch }}
4545
push: false
4646
outputs: .
47-
48-
- run: ls -Al
47+
build-args: |
48+
PHP_VERSION=${{ matrix.php_version }}
49+
PHP_EXTENSION=${{ matrix.extension }}
4950
5051
- name: Archive extension
5152
uses: actions/upload-artifact@v4
5253
with:
5354
name: ext-${{ matrix.extension }}-php-${{ matrix.php_version }}-${{ matrix.arch }}
5455
path: ${{ matrix.extension }}.so
5556
retention-days: 1
57+
if-no-files-found: error
5658

5759
upload:
5860
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)