feat: update build.yaml

This commit is contained in:
yanghao05
2025-04-28 19:37:56 +08:00
parent 0a9c5ba691
commit d6ba3a29f7

View File

@@ -46,8 +46,6 @@ jobs:
go env -w GONOSUMDB='git.ipao.vip'
go mod tidy
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o build/app .
cp -ap ../frontend/admin/dist build/dist/admin
cp -ap ../frontend/wechat/dist build/dist/wechat
- name: Build Docker image
run: |