Skip to content

Commit

Permalink
Ready to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
omodei committed Aug 23, 2022
1 parent 20b75b8 commit 701f5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ jobs:
run: |
conda install -c conda-forge anaconda-client
echo "Uploading ${CONDA_BUILD_PATH}"
echo "Uploading ${CONDA_BUILD_PATH} on $CURRENT_OS"
if [[ "$CURRENT_OS" == "ubuntu_latest" ]]; then
if [[ "${{matrix.os}}" == "ubuntu-latest" ]]; then

anaconda -q --show-traceback -t $UPLOAD_TOKEN upload -u xspecmodels /usr/share/miniconda/conda-bld/linux-64/*.tar.bz2 --force

Expand Down

0 comments on commit 701f5c0

Please sign in to comment.