Skip to content

Commit

Permalink
Fix extension of conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Oct 14, 2024
1 parent 00e1c03 commit 2916ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: always()
with:
name: conda
path: dist/*.conda
path: dist/*.tar.bz2
if-no-files-found: error

conda_publish:
Expand Down

0 comments on commit 2916ab5

Please sign in to comment.