From e997eb2018c7a4486161c166a6a891025a8e69e5 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 14 Sep 2023 17:59:52 +0200 Subject: [PATCH] Fix release CI workflow --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 87b38ab4..07ad5b4f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -114,6 +114,7 @@ jobs: - name: Upload the artifacts uses: actions/upload-artifact@v3.1.3 with: + name: binaries path: | target/*/release/mas-cli frontend/dist/ @@ -239,6 +240,7 @@ jobs: - name: Download the artifacts from the previous job uses: actions/download-artifact@v3 with: + name: binaries path: artifacts - name: Prepare the archive directory