From 5631f82fffa2d8124baabbe2a1ef916ce28a88e7 Mon Sep 17 00:00:00 2001 From: juanito87 Date: Wed, 10 Apr 2024 10:39:42 -0300 Subject: [PATCH] Adding matrix to the compressed artifact name. --- .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 8ffcce22..4fa11a5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,7 +117,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: yellowstone-grpc-${{ github.sha }} + name: yellowstone-grpc-${{ github.sha }}-$(( matrix.os }} path: | ${{ env.GEYSER_PLUGIN_NAME }}-release* yellowstone-grpc-proto/proto/*.proto