Skip to content

Commit f35f1ea

Browse files
committed
fix: use conda-recipe instead of recipe dir
1 parent c6da149 commit f35f1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
CHANNELS="-c conda-forge --override-channels"
3838
conda build \
3939
$CHANNELS \
40-
recipe
40+
conda-recipe
4141
4242
- name: Upload artifact
4343
uses: actions/upload-artifact@v4.6.2

0 commit comments

Comments
 (0)