Skip to content

Commit a09fe4b

Browse files
committed
wip: windows
1 parent 1bb3a91 commit a09fe4b

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
@@ -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 }}

0 commit comments

Comments
 (0)