Fix the Windows CI by using .exe

This commit is contained in:
Kerollmops 2020-05-11 18:15:01 +02:00
parent b215e9e848
commit e3e32e7f2b
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -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