fix(go-vod): output binary name in CI

pull/653/merge
Varun Patil 2023-11-01 10:07:32 -07:00
parent 8fc4f1058e
commit 7c905e378f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
working-directory: go-vod
run: |
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-s -w" -o go-vod-amd64
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -buildvcs=false -ldflags="-s -w" -o go-vod-arm64
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -buildvcs=false -ldflags="-s -w" -o go-vod-aarch64
- name: Upload to releases
uses: svenstaro/upload-release-action@v2