Skip to content

Commit 57457f3

Browse files
committed
WIP p4python actions
1 parent b0f6430 commit 57457f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
docker pull $docker
4949
ls $bindir
5050
51-
ln -s ${{ github.workspace }}/../p4python ${{ github.workspace }}/../p4-python
51+
mv ${{ github.workspace }}/../p4python ${{ github.workspace }}/../p4-python
5252
ls ${{ github.workspace }}/..
5353
5454
chmod +x linux_build/build-wheels.sh
55-
docker run -v $mount $docker /work/p4python/linux_build/build-wheels.sh \"27 36 37 38 39\"
55+
docker run -v $mount $docker /work/p4-python/linux_build/build-wheels.sh \"27 36 37 38 39\"
5656
dir $bindir
5757
5858
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)