andreped commited on
Commit
79866b0
1 Parent(s): 98cf74a
Files changed (1) hide show
  1. .github/workflows/build.yaml +2 -2
.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@v1
50
  with:
51
  name: Python wheel
52
- path: ${{github.workspace}}/build/dist/livermask-*.whl
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