From e3e32e7f2ba38a512f5be796168c12d7e6a8b2d5 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Mon, 11 May 2020 18:15:01 +0200 Subject: [PATCH] Fix the Windows CI by using .exe --- .github/workflows/publish-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml index e556be56a..b2044dada 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -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