Skip to content

Commit 4ab5fa8

Browse files
committed
linux-build: add missing creation of tar ball
1 parent 95a3484 commit 4ab5fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ jobs:
232232
env:
233233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
234234
run: |
235+
tar -czf dist-artifacts-linux-${{ matrix.python }}.tar.gz -C dist .
235236
curl -H "Authorization: token $GITHUB_TOKEN" \
236237
-H "Content-Type: application/zip" \
237238
--data-binary @dist-artifacts-manylinux-${{ matrix.python }}.tar.gz \

0 commit comments

Comments
 (0)