Skip to content

Commit a5a1832

Browse files
committed
fixup! chore(ci): change arch for windows dll: x64 -> x86_64
1 parent 4b1aedb commit a5a1832

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/windows.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
matrix:
1717
php:
1818
- '8.4'
19-
- '8.3'
20-
- '8.2'
21-
- '8.1'
19+
# - '8.3'
20+
# - '8.2'
21+
# - '8.1'
2222
arch:
2323
- x64
2424
- x86
@@ -87,7 +87,7 @@ jobs:
8787
REPORT_EXIT_STATUS: 1
8888
NO_INTERACTION: 1
8989

90-
- if: ${{ github.event_name == 'release' }}
90+
- if: ${{ github.event_name == 'release' && matrix.library == '' }}
9191
name: Archive DLL
9292
run: |-
9393
Copy-Item .\php_${{ env.PHP_EXT }}.dll .\$env:EXT_NAME.dll
@@ -96,7 +96,7 @@ jobs:
9696
env:
9797
EXT_NAME: php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch == 'x64' && 'x86_64' || matrix.arch }}
9898

99-
- if: ${{ github.event_name == 'release' }}
99+
- if: ${{ github.event_name == 'release' && matrix.library == '' }}
100100
name: Store archive DLL
101101
uses: actions/upload-artifact@v4
102102
with:

0 commit comments

Comments
 (0)