mirror of
https://github.com/sartoopjj/thefeed.git
synced 2026-05-19 08:14:36 +03:00
fix: include VERSION in the output filename for the client build
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
||||
if [ "${{ matrix.android_arm }}" = "true" ]; then
|
||||
out="build/thefeed-client-android-arm"
|
||||
else
|
||||
out="build/thefeed-client-${{ matrix.goos }}-${{ matrix.goarch }}${ext}"
|
||||
out="build/thefeed-client-${VERSION}-${{ matrix.goos }}-${{ matrix.goarch }}${ext}"
|
||||
fi
|
||||
go build -trimpath -ldflags="${LDFLAGS}" -o "$out" ./cmd/client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user