Skip to content

Commit

Permalink
Upload fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Sep 10, 2024
1 parent 5ab76e9 commit 948ec0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ jobs:
anaconda -v --show-traceback -t $UPLOAD_TOKEN upload -u threeml ${CONDA}/envs/test_env/conda-bld/linux-64/*.tar.bz2 --force $LABEL
elif [[ ${{matrix.os}} == macos-latest ]];
then
anaconda -v --show-traceback -t $UPLOAD_TOKEN upload -u threeml ${CONDA}/envs/test_env/conda-bld/osx-arm64/*.tar.bz2 --force $LABEL
else
anaconda -v --show-traceback -t $UPLOAD_TOKEN upload -u threeml ${CONDA}/envs/test_env/conda-bld/osx-64/*.tar.bz2 --force $LABEL
Expand Down

0 comments on commit 948ec0e

Please sign in to comment.