From e63228ec62154a6ccb2ce83524dd58e6a71fea24 Mon Sep 17 00:00:00 2001 From: Young Bu Park Date: Fri, 29 Mar 2024 16:34:16 -0700 Subject: [PATCH] wip Signed-off-by: Young Bu Park --- .github/workflows/build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a0637572b2..bc952e073f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -127,9 +127,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: rad_cli_${{ matrix.target_os}}_${{ matrix.target_arch}} - path: | - ./dist/${{ matrix.target_os}}_${{ matrix.target_arch}}/release/rad - ./dist/${{ matrix.target_os}}_${{ matrix.target_arch}}/release/rad.exe + path: ${{ env.RELEASE_PATH }} - name: Generate unit-test coverage files if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux' run: |