File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,17 +87,17 @@ jobs:
8787 REPORT_EXIT_STATUS : 1
8888 NO_INTERACTION : 1
8989
90- - if : ${{ github.event_name == 'release' }}
91- name : Archive DLL
90+ # - if: ${{ github.event_name == 'release' }}
91+ - name : Archive DLL
9292 run : |-
9393 Copy-Item .\php_${{ env.PHP_EXT }}.dll .\$env:EXT_NAME.dll
9494 Compress-Archive -Path .\$env:EXT_NAME.dll -Destination .\$env:EXT_NAME.zip
9595 shell : pwsh
9696 env :
9797 EXT_NAME : php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}
9898
99- - if : ${{ github.event_name == 'release' }}
100- name : Store archive DLL
99+ # - if: ${{ github.event_name == 'release' }}
100+ - name : Store archive DLL
101101 uses : actions/upload-artifact@v4
102102 with :
103103 name : ${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments