Skip to content

Commit d5de83e

Browse files
authored
chore: Add bendsave in release (#17644)
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 8d3ceb7 commit d5de83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/pack_binaries/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
target: ${{ inputs.target }}
2424
category: default
2525
path: distro/bin
26-
artifacts: metactl,meta,query,query.debug
26+
artifacts: metactl,meta,query,query.debug,bendsave
2727
- name: Download artifact for others
2828
if: inputs.category != 'dbg'
2929
uses: ./.github/actions/artifact_download
@@ -32,7 +32,7 @@ runs:
3232
target: ${{ inputs.target }}
3333
category: ${{ inputs.category }}
3434
path: distro/bin
35-
artifacts: metactl,meta,query
35+
artifacts: metactl,meta,query,bendsave
3636
- name: Get Latest BendSQL
3737
id: bendsql
3838
uses: pozetroninc/github-action-get-latest-release@master

0 commit comments

Comments
 (0)