Skip to content

Commit

Permalink
Fix environment name for anaconda upload
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Nov 3, 2021
1 parent 0cb9844 commit c797475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
shell: bash -l {0}
run: |
anaconda -t ${{ secrets.CONDA_TOKEN }} upload \
/usr/share/miniconda/envs/test/conda-bld/noarch/*.tar.bz2
/usr/share/miniconda/envs/build/conda-bld/noarch/*.tar.bz2

0 comments on commit c797475

Please sign in to comment.