File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,14 +57,13 @@ jobs:
5757
5858
5959 docker run -v $mount $docker /work/p4-python/linux_build/build-wheels.sh ${{ matrix.pyver }}
60- cp ../p4-python/repair/p4python-*.whl $bindir/p4python-cp${{ matrix.pyver }}-manylinux2010_x86_64.whl
61- cd $bindir
62- tar -cf p4python-cp${{ matrix.pyver }}.tar p4python-cp${{ matrix.pyver }}-manylinux2010_x86_64.whl
60+ cp ../p4-python/repair/p4python-*.whl ${{ github.workspace }}/p4python-cp${{ matrix.pyver }}-manylinux2010_x86_64.whl
61+
6362
6463 - uses : actions/upload-artifact@v2
6564 with :
6665 name : non-production-p4python-cp${{ matrix.pyver }}
67- path : ${{ github.workspace }}/../p4-bin/bin.linux26x86_64/ p4python-cp${{ matrix.pyver }}-manylinux2010_x86_64.whl
66+ path : ${{ github.workspace }}/p4python-cp${{ matrix.pyver }}-manylinux2010_x86_64.whl
6867
6968 - name : dir_bindir
7069 run : |
You can’t perform that action at this time.
0 commit comments