mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
🐛 fix workflow name and platform
This commit is contained in:
4
.github/workflows/conda.yml
vendored
4
.github/workflows/conda.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user