mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Merge #3112
3112: Rename meilisearch-http r=Kerollmops a=colbsmcdolbs # Pull Request ## Related issue Fixes #3073 ## What does this PR do? - Renames all references of `meilisearch-http` to `meilisearch` - Might need to be rebased before the 1.0.0 release ## PR checklist Please check if your PR fulfills the following requirements: - [X] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [X] Have you read the contributing guidelines? - [X] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Colby Allen <colbyjayallen@gmail.com>
This commit is contained in:
commit
abba54e913
83 changed files with 32 additions and 36 deletions
2
.github/workflows/publish-deb-brew-pkg.yml
vendored
2
.github/workflows/publish-deb-brew-pkg.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: cargo install cargo-deb
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build deb package
|
||||
run: cargo deb -p meilisearch-http -o target/debian/meilisearch.deb
|
||||
run: cargo deb -p meilisearch -o target/debian/meilisearch.deb
|
||||
- name: Upload debian pkg to release
|
||||
uses: svenstaro/upload-release-action@2.3.0
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue