From c64e19d2260e17d58f9105f429f20efe644c6279 Mon Sep 17 00:00:00 2001 From: Jim Kring Date: Fri, 7 Oct 2022 23:13:32 -0700 Subject: [PATCH] fixed Linux artifact upload --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ecca16e..6dfefe79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: - name: Upload Artifacts (Linux) uses: actions/upload-artifact@v3 - if: runner.os == 'Windows' + if: runner.os == 'Linux' with: name: ${{ matrix.os }}-x64-cuda-${{ matrix.cuda }} path: build/**/*