File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9090 - uses : actions/upload-artifact@v2
9191 with :
9292 name : bdkpython-macos-${{ matrix.python }}
93- path : dist/*.whl
93+ path : /Users/runner/work/bdk-ffi/bdk-ffi/bdk-python/ dist/*.whl
9494
9595 build-windows-wheel :
9696 name : ' Build windows wheel'
@@ -123,4 +123,4 @@ jobs:
123123 - uses : actions/upload-artifact@v2
124124 with :
125125 name : bdkpython-win-${{ matrix.python }}
126- path : dist/ *.whl
126+ path : D:\a\bdk-ffi\bdk-ffi\bdk-python\ dist\ *.whl
Original file line number Diff line number Diff line change 8282 - uses : actions/upload-artifact@v2
8383 with :
8484 name : bdkpython-macos-${{ matrix.python }}
85- path : dist/*.whl
85+ path : /Users/runner/work/bdk-ffi/bdk-ffi/bdk-python/ dist/*.whl
8686
8787 build-windows-wheel :
8888 name : ' Build windows wheel'
@@ -115,7 +115,7 @@ jobs:
115115 - uses : actions/upload-artifact@v2
116116 with :
117117 name : bdkpython-win-${{ matrix.python }}
118- path : dist/ *.whl
118+ path : D:\a\bdk-ffi\bdk-ffi\bdk-python\ dist\ *.whl
119119
120120 publish-pypi :
121121 name : ' Publish on PyPI'
You can’t perform that action at this time.
0 commit comments