From c2fdb0ad4df5209deb689fe554a3d81c16cf14e0 Mon Sep 17 00:00:00 2001 From: marin Date: Mon, 1 Mar 2021 19:59:54 +0100 Subject: [PATCH] Update .github/workflows/create_artifacts.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine Urquizar --- .github/workflows/create_artifacts.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/create_artifacts.yml b/.github/workflows/create_artifacts.yml index bb4546c06..21542edf0 100644 --- a/.github/workflows/create_artifacts.yml +++ b/.github/workflows/create_artifacts.yml @@ -14,14 +14,14 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] include: - os: ubuntu-latest - artifact_name: test-ci - asset_name: meilisearch-linux-amd64 + artifact_name: meilisearch-alpha + asset_name: meilisearch-alpha-linux-amd64 - os: macos-latest - artifact_name: test-ci - asset_name: meilisearch-macos-amd64 + artifact_name: meilisearch-alpha + asset_name: meilisearch-alpha-macos-amd64 - os: windows-latest - artifact_name: test-ci.exe - asset_name: meilisearch-windows-amd64.exe + artifact_name: meilisearch-alpha.exe + asset_name: meilisearch-alpha-windows-amd64.exe steps: - uses: hecrj/setup-rust-action@master with: