Skip to content

Commit

Permalink
Use correct input folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 authored Jan 23, 2024
1 parent 7f381f2 commit 5b1bc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/anaconda-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
mkdir dist
conda build --output-folder dist \
--label ${{ env.LABEL }} \
recipes
conda-recipe
- name: Upload conda package
#if: github.event_name == 'release'
Expand Down

0 comments on commit 5b1bc18

Please sign in to comment.