mirror of
https://github.com/openziti/zrok.git
synced 2025-03-09 20:41:31 +01:00
fix wheels download dir
This commit is contained in:
parent
dfbaae37ae
commit
ed98590dc3
10
.github/workflows/build-wheels.yml
vendored
10
.github/workflows/build-wheels.yml
vendored
@ -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_*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user