Tree states release v4.5.444-exp

- Update xdelta3 to remove dodgy build steps
- Fix asset paths for draft release
This commit is contained in:
Michael Sproul
2023-10-20 12:31:41 +11:00
parent 6b4f154dcc
commit 1aca48400c
8 changed files with 13 additions and 13 deletions

View File

@@ -282,6 +282,6 @@ jobs:
| <img src="https://simpleicons.org/icons/docker.svg" style="width: 32px;"/> | Docker | [${{ env.VERSION }}](https://hub.docker.com/r/${{ env.IMAGE_NAME }}/tags?page=1&ordering=last_updated&name=${{ env.VERSION }}) | [${{ env.IMAGE_NAME }}](https://hub.docker.com/r/${{ env.IMAGE_NAME }}) |
ENDBODY
)
assets=(./lighthouse-*.tar.gz*)
assets=(./lighthouse-*.tar.gz*/lighthouse-*.tar.gz*)
tag_name="${{ env.VERSION }}"
echo "$body" | gh release create --draft -F "-" "$tag_name" "${assets[@]}"