Skip to content

Commit 54bfd5c

Browse files
cataphractclaude
andcommitted
release.yml: fix arch filter parameter name (arch-list, not arch)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bc0b917 commit 54bfd5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: php/php-windows-builder/extension-matrix@v1
6161
with:
6262
php-version-list: '8.0, 8.1, 8.2, 8.3, 8.4, 8.5'
63-
arch: x64
63+
arch-list: x64
6464

6565
windows-build:
6666
needs: [windows-extension-matrix]

0 commit comments

Comments
 (0)