mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-15 19:02:27 +08:00
fix: ci dist tar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user