Skip to content

Commit ebace18

Browse files
committed
fix conda package file
1 parent 6d8270a commit ebace18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
conda config --set solver libmamba
4242
conda build --output-folder conda conda --python ${{matrix.python-version}}
4343
ls conda/*/
44-
anaconda upload --label main conda/*/*.*
44+
anaconda upload --label main conda/*/*.conda
4545
4646
- name: upload artifacts
4747
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)