File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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 :
You can’t perform that action at this time.
0 commit comments