We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf76dab commit 3de2daeCopy full SHA for 3de2dae
.github/workflows/build.yml
@@ -67,5 +67,5 @@ jobs:
67
with:
68
tag: ${{ inputs.version }}
69
file: checkout-tag/target/${{ steps.rust-target.outputs.target }}/release/elasticsearch-core-mcp-server${{ matrix.os.ext }}
70
- asset_name: elasticsearch-core-mcp-server.${{ inputs.version }}.${{ matrix.os.name }})-${{ matrix.arch }}${{ matrix.os.ext }}
+ asset_name: elasticsearch-core-mcp-server-${{ inputs.version }}-${{ matrix.os.name }}-${{ matrix.arch }}${{ matrix.os.ext }}
71
overwrite: true
0 commit comments