Skip to content

Commit

Permalink
Fix wrong path to meta.yalm
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianDepriester committed Jan 29, 2025
1 parent fc64669 commit 46f5196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Build package
run: conda build . --old-build-string --output-folder build --no-anaconda-upload
run: conda build conda --old-build-string --output-folder build --no-anaconda-upload

- name: Find built package
id: find-package
Expand Down

0 comments on commit 46f5196

Please sign in to comment.