File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ jobs:
191191 with :
192192 files : |
193193 ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-arm64.tar.xz
194- ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-arm64-debug.tar.xz
195194
196195 - name : upload artifacts to cloud object storage
197196 if : ${{ 0 && (github.repository == 'swoole/swoole-cli') && (startsWith(github.ref, 'refs/tags/')) }}
Original file line number Diff line number Diff line change 2121 default : ' --with-php-version=8.2.28'
2222 type : choice
2323 options :
24- - ' --with-php-version=8.1.32 '
25- - ' --with-php-version=8.2.28 '
26- - ' --with-php-version=8.3.19 '
27- - ' --with-php-version=8.4.5 '
24+ - ' --with-php-version=8.1.34 '
25+ - ' --with-php-version=8.2.30 '
26+ - ' --with-php-version=8.3.29 '
27+ - ' --with-php-version=8.4.16 '
2828 build_type :
2929 required : true
3030 description : " 定制构建选项: 指定构建类型"
@@ -254,7 +254,6 @@ jobs:
254254 with :
255255 files : |
256256 ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-x64.tar.xz
257- ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-linux-x64-debug.tar.xz
258257
259258 - name : upload artifacts to cloud object storage
260259 if : ${{ 0 && (github.repository == 'swoole/swoole-cli') && (startsWith(github.ref, 'refs/tags/')) }}
Original file line number Diff line number Diff line change @@ -181,7 +181,6 @@ jobs:
181181 with :
182182 files : |
183183 ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-arm64.tar.xz
184- ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-arm64-debug.tar.xz
185184
186185 - name : upload artifacts to cloud object storage
187186 if : ${{ 0 && (github.repository == 'swoole/swoole-cli') && (startsWith(github.ref, 'refs/tags/')) }}
Original file line number Diff line number Diff line change @@ -194,7 +194,6 @@ jobs:
194194 with :
195195 files : |
196196 ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-x64.tar.xz
197- ${{ env.APP_NAME }}-v${{ env.APP_VERSION }}-macos-x64-debug.tar.xz
198197
199198 - name : upload artifacts to cloud object storage
200199 if : ${{ 0 && (github.repository == 'swoole/swoole-cli') && (startsWith(github.ref, 'refs/tags/')) }}
You can’t perform that action at this time.
0 commit comments