mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix the Windows CI by using .exe
This commit is contained in:
parent
b215e9e848
commit
e3e32e7f2b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-binaries.yml
vendored
4
.github/workflows/publish-binaries.yml
vendored
|
@ -20,8 +20,8 @@ jobs:
|
|||
artifact_name: meilisearch
|
||||
asset_name: meilisearch-macos-amd64
|
||||
- os: windows-latest
|
||||
artifact_name: meilisearch
|
||||
asset_name: meilisearch-windows-amd64
|
||||
artifact_name: meilisearch.exe
|
||||
asset_name: meilisearch-windows-amd64.exe
|
||||
|
||||
steps:
|
||||
- uses: hecrj/setup-rust-action@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue