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

Commit

Permalink
Update conda upload script (#281)
Browse files Browse the repository at this point in the history
* Update upload.sh

* Update CHANGELOG.md
  • Loading branch information
ajschmidt8 authored Nov 10, 2020
1 parent acbd416 commit b5f0548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit b5f0548

Please sign in to comment.