Skip to content

Commit eaa3823

Browse files
committed
wip: windows
1 parent d49a668 commit eaa3823

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)