From 9b48a799512a6271cafc07570706bfb42f3e19e6 Mon Sep 17 00:00:00 2001 From: Faylixe Date: Mon, 7 Dec 2020 12:58:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20fix=20build=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index a485870..92906cc 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -23,4 +23,4 @@ jobs: $CONDA/bin/conda install conda-build $CONDA/bin/conda install anaconda-client - name: Build package - run: cd conda/${{ matrix.package }} && $CONDA/bin/conda-build spleeter + run: cd conda && $CONDA/bin/conda-build ${{ matrix.package }}