From c797475d0b86e1aacc9fb65e7e3e6c4a5f1e453b Mon Sep 17 00:00:00 2001 From: haasad Date: Wed, 3 Nov 2021 01:25:54 +0100 Subject: [PATCH] Fix environment name for anaconda upload --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 85bea62..c6069cc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,4 +49,4 @@ jobs: shell: bash -l {0} run: | anaconda -t ${{ secrets.CONDA_TOKEN }} upload \ - /usr/share/miniconda/envs/test/conda-bld/noarch/*.tar.bz2 + /usr/share/miniconda/envs/build/conda-bld/noarch/*.tar.bz2