From 2184d55e64fb957213da9fce458cc2f3d549b93b Mon Sep 17 00:00:00 2001 From: Moncef AOUDIA Date: Fri, 15 Dec 2023 18:09:58 +0100 Subject: [PATCH] fix: we should have diff names --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7bacd8e2b1..9e4534c9c4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -71,7 +71,7 @@ jobs: with: # Name of the artifact to upload. # Optional. Default is 'artifact' - # name: massa_release ${{ matrix.os }} + name: massa_release ${{ matrix.os }} path: | massa_*.zip massa_*.tar.gz