Skip to content

Commit 220380f

Browse files
committed
WIP p4python actions
1 parent 85805dd commit 220380f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)