Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-conda.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
poetry install
- name: Build Conda Package
run: conda build conda --croot build/ --output-folder dist/
run: conda build conda --output-folder /home/runner/work/dist/

- name: Publish to Anaconda
run: anaconda -t $ANACONDA_TOKEN upload --user beveradb build/*/audio-separator*bz2
run: anaconda -t $ANACONDA_TOKEN upload --user beveradb /home/runner/work/dist/*/audio-separator*bz2

0 comments on commit 0e3b2fe

Please sign in to comment.