62
62
vc_prefix : ' vs'
63
63
os : windows-2019
64
64
65
- name : " PHP-${{ matrix.php }}-${{ matrix.build_type }}-Win32 -${{ matrix.vc_prefix }}${{ matrix.vc_num }}-${{ matrix.arch }}"
65
+ name : " PHP-${{ matrix.php }}-${{ matrix.build_type }}-win32 -${{ matrix.vc_prefix }}${{ matrix.vc_num }}-${{ matrix.arch }}"
66
66
runs-on : ${{ matrix.os}}
67
67
68
68
steps :
98
98
uses : actions/cache@v2
99
99
with :
100
100
path : C:\Downloads
101
- key : ${{ runner.os }}-zephir_parser-php-${{ matrix.php }}-${{ matrix.build_type }}-Win32 -${{ matrix.vc_prefix }}${{ matrix.vc_num }}-${{ matrix.arch }}
101
+ key : ${{ runner.os }}-zephir_parser-php-${{ matrix.php }}-${{ matrix.build_type }}-win32 -${{ matrix.vc_prefix }}${{ matrix.vc_num }}-${{ matrix.arch }}
102
102
103
103
- name : Install System Dependencies
104
104
run : |
@@ -175,6 +175,7 @@ jobs:
175
175
-PhpVersion $Env:PHP_VERSION `
176
176
-BuildType $Env:BUILD_TYPE `
177
177
-Platform $Env:PLATFORM `
178
+ -ZipballName $Env:RELEASE_ZIPBALL `
178
179
-ConvertMd2Html $true `
179
180
-ReleaseFiles "${Env:RELEASE_DLL_PATH}",`
180
181
"${Env:GITHUB_WORKSPACE}\LICENSE",`
@@ -185,7 +186,7 @@ jobs:
185
186
- name : Upload Zephir Parser
186
187
uses : actions/upload-artifact@v2
187
188
with :
188
- name : Zephir-Parser -php-${{ matrix.php }}-${{ matrix.build_type }}-Win32 -${{ matrix.vc_prefix }}${{ matrix.vc_num }}-${{ matrix.arch }}
189
+ name : zephir-parser -php-${{ matrix.php }}-${{ matrix.build_type }}-win32 -${{ matrix.vc_prefix }}${{ matrix.vc_num }}-${{ matrix.arch }}
189
190
path : |
190
191
${{ github.workspace }}\zephir-parser-*.zip
191
192
@@ -204,7 +205,7 @@ jobs:
204
205
uses : actions/upload-artifact@v2
205
206
with :
206
207
retention-days : 2
207
- name : errors-zephir-parser-php-${{ matrix.php }}-${{ matrix.build_type }}-Win32 -${{ matrix.vc_prefix }}${{ matrix.vc_num }}-${{ matrix.arch }}
208
+ name : errors-zephir-parser-php-${{ matrix.php }}-${{ matrix.build_type }}-win32 -${{ matrix.vc_prefix }}${{ matrix.vc_num }}-${{ matrix.arch }}
208
209
path : |
209
210
${{ github.workspace }}\tests
210
211
${{ github.workspace }}\parser
0 commit comments