Skip to content

Commit

Permalink
Linux: fix upload path.
Browse files Browse the repository at this point in the history
  • Loading branch information
oursland committed Sep 15, 2024
1 parent bcf5a16 commit 75c5a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ for recipe in ${CURRENT_RECIPES[@]}; do

done

pixi run upload ${CONDA_BLD_PATH}/osx-*/*.conda --force
pixi run upload ${CONDA_BLD_PATH}/linux-*/*.conda --force

0 comments on commit 75c5a4e

Please sign in to comment.