wip(actions): fixing and add some information output

This commit is contained in:
2025-08-22 10:21:24 +02:00
parent 53396ce53d
commit f7f8ae688e
2 changed files with 3 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ jobs:
- name: Compile binary
if: matrix.goos == 'linux' || matrix.goos == 'freebsd' || matrix.goos == 'darwin'
run: |-
echo "Building binary version $VERSION"
mkdir -p dist
GOARCH=${{ matrix.goarch }} GOOS=${{ matrix.goos }}\
go build -ldflags="-X 'repo.katenary.io/katenary/katenary/internal/generator.Version=$VERSION'" \