Update go.yml to not have 2 vs when building and publishing files

This commit is contained in:
Lillia Elaine
2025-10-29 15:52:33 -04:00
committed by GitHub
parent e1b1610598
commit 931c7119f5

View File

@ -26,7 +26,7 @@ jobs:
run: sudo apt update && sudo apt install -y libusb-1.0-0-dev
- name: Build Release
run: go build -v -o go-bsb-cams-v${{ github.ref_name }} -ldflags "-X main.gitVersion=${{ github.ref_name }}" ./...
run: go build -v -o go-bsb-cams-${{ github.ref_name }} -ldflags "-X main.gitVersion=${{ github.ref_name }}" ./...
if: github.ref_type == 'tag'
- name: Build Non-Release