fix: ci dist tar

This commit is contained in:
henry.chen
2025-07-17 15:37:30 +08:00
parent 23e35dcefa
commit 24bfe528b2
2 changed files with 3 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env sh
go build -tags prod -ldflags '-extldflags "-static"' -o "./cmd/$1/backend" "./cmd/$1"
go build -ldflags '-extldflags "-static"' -o ./cmd/$1/backend ./cmd/$1