Skip to content

Commit b98bbad

Browse files
committed
conda package seems to have .conda extension
1 parent 98af4d1 commit b98bbad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@ jobs:
174174
uses: actions/upload-artifact@v4
175175
with:
176176
name: itables-wheel
177-
path: dist/*.whl
177+
path: dist/itables-*.whl
178178

179179
- name: Upload conda package
180180
uses: actions/upload-artifact@v4
181181
with:
182182
name: itables-conda-package
183-
path: conda-dist/**/*.tar.bz2
183+
path: conda-dist/**/itables-*.conda
184184

185185
# Comment on PR with artifact link
186186
- name: Comment with direct artifact link

0 commit comments

Comments
 (0)