Skip to content

Commit 1e6904b

Browse files
authored
Fix/cli-release-package-missing-zip (#232)
* feat: Add ZIP creation for ExcelMcp CLI release package * fix: Enable markdown rendering for tools reference section in index.md
1 parent 72c968c commit 1e6904b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release-mcp-server.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,13 @@ jobs:
454454
455455
Set-Content "release/ExcelMcp-CLI-$version/README.md" $cliReadme
456456
457+
# Create ZIP
458+
Compress-Archive -Path "release/ExcelMcp-CLI-$version/*" -DestinationPath "ExcelMcp-CLI-$version-windows.zip"
459+
460+
Write-Output "Created ExcelMcp-CLI-$version-windows.zip"
461+
457462
# Create release notes
463+
$tagName = "${{ github.ref_name }}"
458464
$releaseNotes = "## ExcelMcp v$version - MCP Server & CLI`n`n"
459465
$releaseNotes += "### What's New`n`n"
460466
$releaseNotes += "See [CHANGELOG](https://github.com/sbroenne/mcp-server-excel/blob/main/vscode-extension/CHANGELOG.md) for detailed changes.`n`n"

gh-pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Same 158 operations available via CLI and MCP. Consistent behavior across interf
232232

233233
**11 specialized tools with 158 operations:**
234234

235-
<div class="tools-reference">
235+
<div class="tools-reference" markdown="1">
236236

237237
### 📊 Power Query & M Code (9 actions)
238238

0 commit comments

Comments
 (0)