typo
Browse files
.github/workflows/build.yaml
CHANGED
@@ -46,8 +46,8 @@ jobs:
|
|
46 |
run: livermask --help
|
47 |
|
48 |
- name: Upload Python wheel
|
49 |
-
uses: actions/upload-artifact@
|
50 |
with:
|
51 |
name: Python wheel
|
52 |
-
path: ${{github.workspace}}/
|
53 |
if-no-files-found: error
|
|
|
46 |
run: livermask --help
|
47 |
|
48 |
- name: Upload Python wheel
|
49 |
+
uses: actions/upload-artifact@v2
|
50 |
with:
|
51 |
name: Python wheel
|
52 |
+
path: ${{github.workspace}}/dist/livermask-*.whl
|
53 |
if-no-files-found: error
|