Skip to content

Commit d52887a

Browse files
Fix path to upload in conda-publish action (#487)
1 parent a627982 commit d52887a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda_build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858

5959
- name: Upload to ccpi anaconda channel
6060
run: >
61-
anaconda -v -t ${{ secrets.ANACONDA_TOKEN }} upload --force --label 'main' dist/noarch/*
61+
anaconda -v -t ${{ secrets.ANACONDA_TOKEN }} upload --force --label 'main' noarch/*

0 commit comments

Comments
 (0)