Fix makefile cicd binaries

Former-commit-id: 6c65cc8e5e
This commit is contained in:
Owen
2025-12-21 21:34:56 -05:00
parent 5d4ec7a52c
commit 0f8ac38b66
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ jobs:
run: |
set -euo pipefail
TAG_VAR="${TAG}"
make go-build-release tag=$TAG_VAR
make -j 10 go-build-release tag=$TAG_VAR
shell: bash
- name: Create GitHub Release