mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
fix Py wheel dir; fix regex;
This commit is contained in:
parent
cf7f8d5e54
commit
f2bf7ed2a2
2
.github/workflows/build-wheels.yml
vendored
2
.github/workflows/build-wheels.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
run: |
|
||||
ls -lR ./download/
|
||||
mkdir dist
|
||||
cp ./download/*/* ./dist/
|
||||
cp ./download/* ./dist/
|
||||
|
||||
- name: Publish wheels (TestPYPI)
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
6
.github/workflows/publish-docker-images.yml
vendored
6
.github/workflows/publish-docker-images.yml
vendored
@ -39,14 +39,16 @@ jobs:
|
||||
uses: dsaltares/fetch-gh-release-asset@1.1.2
|
||||
with:
|
||||
version: tags/v${{ steps.semver.outputs.zrok_semver }}
|
||||
file: zrok*_linux_amd64.tar.gz
|
||||
file: zrok.*_linux_amd64.tar.gz
|
||||
regex: true
|
||||
target: dist/amd64/linux/zrok_linux_amd64.tar.gz
|
||||
|
||||
- name: Download Linux ARM64 Release Artifact
|
||||
uses: dsaltares/fetch-gh-release-asset@1.1.2
|
||||
with:
|
||||
version: tags/v${{ steps.semver.outputs.zrok_semver }}
|
||||
file: zrok*_linux_arm64.tar.gz
|
||||
file: zrok.*_linux_arm64.tar.gz
|
||||
regex: true
|
||||
target: dist/arm64/linux/zrok_linux_arm64.tar.gz
|
||||
|
||||
- name: Unpack the Release Artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user