diff --git a/.github/workflows/macos-tag.sh b/.github/workflows/macos-tag.sh index 05df8b50..8b55bd0d 100755 --- a/.github/workflows/macos-tag.sh +++ b/.github/workflows/macos-tag.sh @@ -8,5 +8,5 @@ source ${SCRIPT_DIR}/macos-conda-build.sh $* mamba install -y conda-channel-client if [[ "${GITHUB_REF}" == refs/tags/* ]]; then - upload-conda-package $(conda render .ci_support/${CONDA_BUILD_YML}.yaml --output conda.recipe) + upload-conda-package $(conda render -m .ci_support/${CONDA_BUILD_YML}.yaml --output conda.recipe) fi