From 23c49d44531456d504a9ab971e48d75ef54eb4c9 Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Tue, 31 Oct 2023 14:13:43 -0700 Subject: [PATCH] Fix test artifact name --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5936f2f..2a5f9e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,7 @@ jobs: uses: actions/upload-artifact@v3 if: ${{ always() }} with: + name: TestResults path: TestResults - name: Create Release