Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Update conda upload script #281

Merged
merged 2 commits into from
Nov 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
## Bug Fixes
- PR #272 Fix bug in gausspulse
- PR #275 Improve gpuCI Scripts
- PR #281 Fix erroneous path in CI scripts

# cuSignal 0.16.0 (21 Oct 2020)

Expand Down
2 changes: 1 addition & 1 deletion ci/cpu/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

gpuci_logger "Get conda file output locations"

export CUSIGNAL_FILE=`conda build conda/recipes/libcugraph --output`
export CUSIGNAL_FILE=`conda build conda/recipes/cusignal --output`

################################################################################
# UPLOAD - Conda packages
Expand Down