Skip to content

Commit 54e3d5c

Browse files
committed
wip: windows release
1 parent 0c1ea78 commit 54e3d5c

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/windows.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
env:
99
PHP_EXT: zstd
10-
PHP_EXT_VERSION: ${{ github.event.release.tag_name }}
10+
# PHP_EXT_VERSION: ${{ github.event.release.tag_name }}
11+
PHP_EXT_VERSION: 0.14.0+pie
1112
BIN_SDK_VER: 2.3.0
1213

1314
jobs:
@@ -98,7 +99,8 @@ jobs:
9899
REPORT_EXIT_STATUS: 1
99100
NO_INTERACTION: 1
100101

101-
- if: ${{ github.event_name == 'release' && matrix.library == false && matrix.apcu == '' }}
102+
# - if: ${{ github.event_name == 'release' && matrix.library == false && matrix.apcu == '' }}
103+
- if: ${{ matrix.library == false && matrix.apcu == '' }}
102104
name: Archive DLL
103105
run: |-
104106
Copy-Item .\php_${{ env.PHP_EXT }}.dll .\$env:EXT_NAME.dll
@@ -107,7 +109,8 @@ jobs:
107109
env:
108110
EXT_NAME: php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch == 'x64' && 'x86_64' || matrix.arch }}
109111

110-
- if: ${{ github.event_name == 'release' && matrix.library == false && matrix.apcu == '' }}
112+
# - if: ${{ github.event_name == 'release' && matrix.library == false && matrix.apcu == '' }}
113+
- if: ${{ matrix.library == false && matrix.apcu == '' }}
111114
name: Store archive DLL
112115
uses: actions/upload-artifact@v4
113116
with:
@@ -122,7 +125,7 @@ jobs:
122125

123126
runs-on: ubuntu-latest
124127

125-
if: ${{ github.event_name == 'release' }}
128+
# if: ${{ github.event_name == 'release' }}
126129

127130
steps:
128131
- name: Checkout

0 commit comments

Comments
 (0)