🐛 fix workflow name and platform

This commit is contained in:
Faylixe
2020-12-07 12:39:10 +01:00
parent a94f194750
commit a6ae145b63

View File

@@ -1,4 +1,4 @@
name: pypi name: conda
on: on:
push: push:
branches: branches:
@@ -25,4 +25,4 @@ jobs:
- name: Setup anaconda-client - name: Setup anaconda-client
run: conda install anaconda-client run: conda install anaconda-client
- name: Build package - name: Build package
run: cd conda/cpu && conda-build spleeter run: cd conda/${{ matrix.platform }} && conda-build spleeter