Skip to content

Commit

Permalink
Fix bug in conda build upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou authored Jun 7, 2024
1 parent 4387bdf commit d060ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
- name: Upload the Anaconda Package
id: condaload
run: |
anaconda upload -u stanfordcvxgrp /usr/share/miniconda3/conda-bld/noarch/sig-decomp-${{ steps.mambabuild.outputs.gitversion }}-*.tar.bz2
anaconda upload -u stanfordcvxgrp /usr/share/miniconda3/conda-bld/noarch/sig-decomp-${{ steps.condabuild.outputs.gitversion }}-*.tar.bz2

0 comments on commit d060ab5

Please sign in to comment.