fix wheels download dir

This commit is contained in:
Kenneth Bingham 2025-01-29 05:18:19 -05:00
parent dfbaae37ae
commit ed98590dc3
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -54,16 +54,10 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: ./download
path: ./dist
merge-multiple: true
pattern: zrok_sdk_*
- name: check
run: |
ls -lR ./download/
mkdir dist
cp ./download/* ./dist/
- name: Publish wheels (TestPYPI)
uses: pypa/gh-action-pypi-publish@release/v1
with:
@ -81,7 +75,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: ./download
path: ./dist
merge-multiple: true
pattern: zrok_sdk_*