Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modelcontextprotocol/servers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8720f86df3905b286e3c6a0eec382afcde81678a
Choose a base ref
..
head repository: modelcontextprotocol/servers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b7d13622677353c85fa1732903a8fb800894131b
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/release-check.yml
4 changes: 2 additions & 2 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
@@ -120,7 +120,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: steps.check.outputs.dir_hash
with:
name: release-outputs-${{ matrix.directory }}
name: release-outputs-${{ replace(matrix.directory, '/', '-') }}
path: ./outputs/${{ steps.check.outputs.dir_hash }}*

check-tag:
@@ -131,7 +131,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
pattern: release-outputs-*
pattern: release-outputs-src-*
merge-multiple: true
path: outputs