Skip to content

Commit bf970b9

Browse files
Merge pull request #7 from oursland/linux-path
Linux: fix upload path.
2 parents bcf5a16 + 75c5a4e commit bf970b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ for recipe in ${CURRENT_RECIPES[@]}; do
3030

3131
done
3232

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

0 commit comments

Comments
 (0)