From bd55a43693d82620244039cdbefe8bbb0c432bc1 Mon Sep 17 00:00:00 2001 From: Christopher Lowenthal Date: Mon, 31 Oct 2022 13:34:01 -0400 Subject: [PATCH] fixed artifact naming --- .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 824b299e0..685df4450 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: featurebase-${{ matrix.goos }}-${{ matrix.goarch }} + name: featurebase-from-make-${{ matrix.goos }}-${{ matrix.goarch }} path: ./build/featurebase-from-make-${{ matrix.goos }}-${{ matrix.goarch }} - uses: actions/upload-artifact@v3