Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Hua Audio 2026-03-08 01:23:31 +01:00 committed by GitHub
parent 4b6d75260e
commit c946477d21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ jobs:
go-version-file: go.mod
- name: Build
run: make build-all
run: make build-all VERSION=${{ needs.generate-version.outputs.version }}
- name: Upload artifacts
uses: actions/upload-artifact@v4