mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Rename MeiliDB into MeiliSearch
This commit is contained in:
parent
58eaf78dc4
commit
7cc096e0a2
94 changed files with 126 additions and 126 deletions
8
.github/workflows/publish-binaries.yml
vendored
8
.github/workflows/publish-binaries.yml
vendored
|
@ -14,11 +14,11 @@ jobs:
|
|||
os: [ubuntu-latest, macos-latest]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
artifact_name: meilidb-http
|
||||
asset_name: meilidb-http-linux-amd64
|
||||
artifact_name: meilisearch-http
|
||||
asset_name: meilisearch-http-linux-amd64
|
||||
- os: macos-latest
|
||||
artifact_name: meilidb-http
|
||||
asset_name: meilidb-http-macos-amd64
|
||||
artifact_name: meilisearch-http
|
||||
asset_name: meilisearch-http-macos-amd64
|
||||
|
||||
steps:
|
||||
- uses: hecrj/setup-rust-action@master
|
||||
|
|
2
.github/workflows/publish-docker-tag.yml
vendored
2
.github/workflows/publish-docker-tag.yml
vendored
|
@ -17,4 +17,4 @@ jobs:
|
|||
name: getmeili/meilisearch
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tags: true
|
||||
tags: true
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -5,7 +5,7 @@ name: Cargo test
|
|||
|
||||
jobs:
|
||||
check:
|
||||
name: MeiliDB
|
||||
name: MeiliSearch
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue