mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 17:58:50 +02: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
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: ./download
|
path: ./dist
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
pattern: zrok_sdk_*
|
pattern: zrok_sdk_*
|
||||||
|
|
||||||
- name: check
|
|
||||||
run: |
|
|
||||||
ls -lR ./download/
|
|
||||||
mkdir dist
|
|
||||||
cp ./download/* ./dist/
|
|
||||||
|
|
||||||
- name: Publish wheels (TestPYPI)
|
- name: Publish wheels (TestPYPI)
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
@ -81,7 +75,7 @@ jobs:
|
|||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: ./download
|
path: ./dist
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
pattern: zrok_sdk_*
|
pattern: zrok_sdk_*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user