File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments