Skip to content

Commit

Permalink
Fix for uploading linux CUDA artifacts to github name clash
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Apr 16, 2024
1 parent bd996e9 commit 00b106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
if: ${{ env.BUILD_PACKAGE == 'true' }}
uses: actions/upload-artifact@v4
with:
name: open3d-devel-linux-x86_64-cuda-${CI_CONFIG}
name: open3d-devel-linux-x86_64-cuda-${{ matrix.CI_CONFIG }}
path: open3d-devel-linux*.tar.xz
if-no-files-found: error

Expand Down

0 comments on commit 00b106c

Please sign in to comment.