Skip to content

Commit ac5f8f3

Browse files
committed
WIP p4python actions
1 parent 861d0ff commit ac5f8f3

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
@@ -63,8 +63,8 @@ jobs:
6363
6464
- uses: actions/upload-artifact@v2
6565
with:
66-
name: non-production-p4python
67-
path: $bindir/p4python-cp${{ matrix.pyver }}.tar
66+
name: non-production-p4python-cp${{ matrix.pyver }}
67+
path: ../p4-bin/bin.linux26x86_64/p4python-cp${{ matrix.pyver }}-manylinux2010_x86_64.whl
6868

6969
- name: dir_bindir
7070
run: |

0 commit comments

Comments
 (0)