Skip to content

Commit 9ad71a6

Browse files
authored
chore: Make sure bendsave is built while releasing (#17649)
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 657aea8 commit 9ad71a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
sha: ${{ github.sha }}
137137
target: ${{ matrix.target }}
138-
artifacts: sqllogictests,sqlsmith,query,meta,metactl,metaverifier
138+
artifacts: sqllogictests,sqlsmith,query,meta,metactl,metaverifier,bendsave
139139
- name: Basic Sqllogic Test
140140
shell: bash
141141
env:
@@ -168,7 +168,7 @@ jobs:
168168
with:
169169
sha: ${{ github.sha }}
170170
target: ${{ matrix.target }}
171-
artifacts: sqllogictests,sqlsmith,metactl,meta,query
171+
artifacts: sqllogictests,sqlsmith,metactl,meta,query,bendsave
172172
features: python-udf
173173
category: udf
174174

@@ -266,15 +266,15 @@ jobs:
266266
sha: ${{ github.sha }}
267267
target: x86_64-unknown-linux-gnu
268268
category: default
269-
artifacts: metactl,meta,query
269+
artifacts: metactl,meta,query,bendsave
270270
path: distro/linux/amd64
271271
- name: Download artifacts for aarch64
272272
uses: ./.github/actions/artifact_download
273273
with:
274274
sha: ${{ github.sha }}
275275
target: aarch64-unknown-linux-gnu
276276
category: default
277-
artifacts: metactl,meta,query
277+
artifacts: metactl,meta,query,bendsave
278278
path: distro/linux/arm64
279279
- name: Set up QEMU
280280
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)