From a6ae145b6367cc05c5c459d40629703a233b4093 Mon Sep 17 00:00:00 2001 From: Faylixe Date: Mon, 7 Dec 2020 12:39:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20fix=20workflow=20name=20and?= =?UTF-8?q?=20platform?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/conda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 907adac..7db0f2c 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -1,4 +1,4 @@ -name: pypi +name: conda on: push: branches: @@ -25,4 +25,4 @@ jobs: - name: Setup anaconda-client run: conda install anaconda-client - name: Build package - run: cd conda/cpu && conda-build spleeter + run: cd conda/${{ matrix.platform }} && conda-build spleeter