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 @@ -96,17 +96,17 @@ jobs:
9696 REPORT_EXIT_STATUS : 1
9797 NO_INTERACTION : 1
9898
99- - if : ${{ github.event_name == 'release' }}
100- name : Archive DLL
99+ # - if: ${{ github.event_name == 'release' }}
100+ - name : Archive DLL
101101 run : |-
102102 Copy-Item .\php_${{ env.PHP_EXT }}.dll .\$env:EXT_NAME.dll
103103 Compress-Archive -Path .\$env:EXT_NAME.dll -Destination .\$env:EXT_NAME.zip
104104 shell : pwsh
105105 env :
106106 EXT_NAME : php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}
107107
108- - if : ${{ github.event_name == 'release' }}
109- name : Store archive DLL
108+ # - if: ${{ github.event_name == 'release' }}
109+ - name : Store archive DLL
110110 uses : actions/upload-artifact@v4
111111 with :
112112 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