From cf97b9ff2b81562f0308ef48376e58a1ee5d68b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Tue, 2 Mar 2021 12:06:38 +0100 Subject: [PATCH] Update create_artifacts.yml --- .github/workflows/create_artifacts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create_artifacts.yml b/.github/workflows/create_artifacts.yml index 21542edf0..94378ba83 100644 --- a/.github/workflows/create_artifacts.yml +++ b/.github/workflows/create_artifacts.yml @@ -14,13 +14,13 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] include: - os: ubuntu-latest - artifact_name: meilisearch-alpha + artifact_name: meilisearch asset_name: meilisearch-alpha-linux-amd64 - os: macos-latest - artifact_name: meilisearch-alpha + artifact_name: meilisearch asset_name: meilisearch-alpha-macos-amd64 - os: windows-latest - artifact_name: meilisearch-alpha.exe + artifact_name: meilisearch.exe asset_name: meilisearch-alpha-windows-amd64.exe steps: - uses: hecrj/setup-rust-action@master