File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4141 env :
4242 RUST_OS : ${{ matrix.os.name }}
4343 RUST_ARCH : ${{ matrix.arch }}
44+ shell : bash
4445 run : |
4546 echo target=$($GITHUB_WORKSPACE/checkout-main/.github/workflows/scripts/rust-build.sh --print-target) >> "$GITHUB_OUTPUT"
4647 - name : Rust toolkit setup
@@ -51,14 +52,14 @@ jobs:
5152 env :
5253 RUST_OS : ${{ matrix.os.name }}
5354 RUST_ARCH : ${{ matrix.arch }}
55+ shell : bash
5456 run : |
5557 cd $GITHUB_WORKSPACE/checkout-tag
5658 $GITHUB_WORKSPACE/checkout-main/.github/workflows/scripts/rust-build.sh
5759 - name : Upload binaries to release
5860 uses : svenstaro/upload-release-action@v2
5961 with :
6062 tag : ${{ inputs.version }}
61- release_id : ${{ inputs.version }}
6263 file : ${{ github.workspace }}/checkout-tag/target/${{ steps.rust-target.outputs.target }}/release/elasticsearch-core-mcp-server
6364 asset_name : elasticsearch-core-mcp-server.${{ inputs.version }}.${{ matrix.os.name }})-${{ matrix.arch }}
6465 overwrite : true
You can’t perform that action at this time.
0 commit comments