File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ name: Windows
2
2
3
3
on :
4
4
push :
5
- release :
6
- types : [published]
5
+ # release:
6
+ # types: [published]
7
7
8
8
env :
9
9
PHP_EXT : snappy
10
- PHP_EXT_VERSION : ${{ github.event.release.tag_name }}
10
+ # PHP_EXT_VERSION: ${{ github.event.release.tag_name }}
11
+ PHP_EXT_VERSION : 0.2.3
11
12
BIN_SDK_VER : 2.3.0
12
13
13
14
jobs :
@@ -87,17 +88,17 @@ jobs:
87
88
REPORT_EXIT_STATUS : 1
88
89
NO_INTERACTION : 1
89
90
90
- - if : ${{ github.event_name == 'release' }}
91
- name : Archive DLL
91
+ # - if: ${{ github.event_name == 'release' }}
92
+ - name : Archive DLL
92
93
run : |-
93
94
Copy-Item .\php_${{ env.PHP_EXT }}.dll .\$env:EXT_NAME.dll
94
95
Compress-Archive -Path .\$env:EXT_NAME.dll -Destination .\$env:EXT_NAME.zip
95
96
shell : pwsh
96
97
env :
97
98
EXT_NAME : php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch == 'x64' && 'x86_64' || matrix.arch }}
98
99
99
- - if : ${{ github.event_name == 'release' }}
100
- name : Store archive DLL
100
+ # - if: ${{ github.event_name == 'release' }}
101
+ - name : Store archive DLL
101
102
uses : actions/upload-artifact@v4
102
103
with :
103
104
name : ${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch == 'x64' && 'x86_64' || matrix.arch }}
@@ -111,7 +112,7 @@ jobs:
111
112
112
113
runs-on : ubuntu-latest
113
114
114
- if : ${{ github.event_name == 'release' }}
115
+ # if: ${{ github.event_name == 'release' }}
115
116
116
117
steps :
117
118
- name : Checkout
You can’t perform that action at this time.
0 commit comments