From 56afc141f3f8559fe757fd4840a5135f14c5b464 Mon Sep 17 00:00:00 2001 From: Changlin Li Date: Tue, 28 Nov 2023 16:56:04 -0800 Subject: [PATCH] Make sure artifacts are uploaded to different places --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1302778a..f693da07e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,5 +45,5 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v2 with: - name: zelm-compiler-${{ steps.get_version.outputs.tag }} + name: zelm-compiler-${{ matrix.os }}-${{ steps.get_version.outputs.tag }} path: ./output/zelm