Skip to content

Commit 7ae4dce

Browse files
committed
github action release 不上传 debug 版本
1 parent fc2440a commit 7ae4dce

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/linux-aarch64.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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/')) }}

.github/workflows/linux-x86_64.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ on:
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/')) }}

.github/workflows/macos-aarch64.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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/')) }}

.github/workflows/macos-x86_64.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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/')) }}

0 commit comments

Comments
 (0)