Skip to content

Commit

Permalink
fixed Linux artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Oct 8, 2022
1 parent cead996 commit c64e19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*
Expand Down

0 comments on commit c64e19d

Please sign in to comment.