Skip to content

Commit

Permalink
Merge pull request #7 from oursland/linux-path
Browse files Browse the repository at this point in the history
Linux: fix upload path.
  • Loading branch information
Tobias-Fischer authored Sep 15, 2024
2 parents bcf5a16 + 75c5a4e commit bf970b9
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 bf970b9

Please sign in to comment.