Skip to content

Commit

Permalink
Fix upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Nov 20, 2023
1 parent 040f754 commit 67105d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
conda build PyPardiso
- name: Upload to haasad conda channel
run: |
anaconda -t ${{ secrets.CONDA_TOKEN }} upload /usr/share/miniconda/envs/test/conda-bld/noarch/*.tar.bz2
anaconda -t ${{ secrets.CONDA_TOKEN }} upload /usr/share/miniconda/conda-bld/noarch/*.tar.bz2

0 comments on commit 67105d8

Please sign in to comment.