From 8e3b096ef020c8925c9e33bb524e5aeec9b2acce Mon Sep 17 00:00:00 2001 From: Matt Hadden Date: Sat, 21 Oct 2023 14:15:42 -0400 Subject: [PATCH] chore(ci): update build artifact naming --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 972ea1ea..a86a2e2e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: - name: Upload build artifacts uses: actions/upload-artifact@v3 with: - name: ${{ env.build_version }}-${{ env.commit_hash }} + name: ${{ env.build_version }}-${{ env.commit_hash }}-node-${{ matrix.node }} path: | src/api src/consts