mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
.github/workflows/release.yml: need to update version regex for musl builds
This commit is contained in:
parent
44dfd4d738
commit
ef0ac7a1b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
mkdir -p build/bundle/{bin,logs}
|
||||
GOARCH=${{matrix.arch}} make -e DESTDIR=build/bundle PREFIX= CFGDIR= install install-scripts
|
||||
tar -C build/bundle -z -cf build/bundle.tar.gz .
|
||||
echo "version=$(sed -n 's/.*PROGRAM_VERSION\s*=\s*//p' Makefile)" >> "$GITHUB_OUTPUT"
|
||||
echo "version=$(sed -n 's/.*PROGRAM_VERSION.*=\s*//p' Makefile)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Upload thalos-server
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue