File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
4242 REPORT_EXIT_STATUS : 1
4343 NO_INTERACTION : 1
4444 - name : Archive
45- run : .\.github\workflows\archive.ps1
45+ run : Copy-Item "php_${{ env.PHP_EXT }}.dll" "php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}.dll"
4646 shell : powershell
4747 - name : Store artifact DLL
4848 uses : actions/upload-artifact@v4
4949 with :
5050 name : php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}
51- path : .\php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}.zip
51+ path : .\php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}.dll
5252 overwrite : true
5353 strategy :
5454 matrix :
You can’t perform that action at this time.
0 commit comments