mirror of
https://github.com/samvallad33/vestige.git
synced 2026-04-27 09:46:22 +02:00
Fix CI: Update package names from engram to vestige
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f9c60eb5a7
commit
042ec15467
2 changed files with 12 additions and 12 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
|
@ -40,19 +40,19 @@ jobs:
|
|||
|
||||
- name: Build MCP Server
|
||||
run: |
|
||||
cargo build --release --package engram-mcp --target ${{ matrix.target }}
|
||||
cargo build --release --package vestige-mcp --target ${{ matrix.target }}
|
||||
|
||||
- name: Package
|
||||
run: |
|
||||
mkdir -p dist
|
||||
cp target/${{ matrix.target }}/release/engram-mcp dist/
|
||||
cd dist && tar czf engram-mcp-${{ matrix.target }}.tar.gz engram-mcp
|
||||
cp target/${{ matrix.target }}/release/vestige-mcp dist/
|
||||
cd dist && tar czf vestige-mcp-${{ matrix.target }}.tar.gz vestige-mcp
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: engram-mcp-${{ matrix.target }}
|
||||
path: dist/engram-mcp-${{ matrix.target }}.tar.gz
|
||||
name: vestige-mcp-${{ matrix.target }}
|
||||
path: dist/vestige-mcp-${{ matrix.target }}.tar.gz
|
||||
|
||||
release:
|
||||
needs: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue