Skip to content

Commit 1ad31a2

Browse files
Fix path for archive upload
1 parent 2036b61 commit 1ad31a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/upload-artifact@v2
8484
with:
8585
name: dist
86-
path: dist/softioc*
86+
path: ./wheelhouse/*.whl
8787

8888
- name: Upload coverage to Codecov
8989
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)