Skip to content

Commit 266603f

Browse files
committed
Fixing publish workflow V
1 parent 9987114 commit 266603f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Download artifacts
6464
uses: actions/download-artifact@v3
6565
with:
66-
path: wheels/
66+
path: FaCT++.Python/wheels/
6767
- name: Move wheels
6868
run: |
6969
mv wheels/*/*.whl dist/

0 commit comments

Comments
 (0)