Update test.yaml

This commit is contained in:
juewuy
2025-12-08 13:47:20 +08:00
committed by GitHub
parent 8984fcc1a5
commit c85f4a8001

View File

@@ -126,7 +126,7 @@ jobs:
id: build
run: |
go env
go build -v -tags "with_gvisor" -trimpath -ldflags "${BUILDTAG} -X 'github.com/metacubex/mihomo/constant.Version=${VERSION}' -X 'github.com/metacubex/mihomo/constant.BuildTime=${BUILDTIME}' -w -s -buildid="
go build -v -tags "${TAGS}" -o meta -trimpath -ldflags "${BUILDTAG} -X 'github.com/metacubex/mihomo/constant.Version=${VERSION}' -X 'github.com/metacubex/mihomo/constant.BuildTime=${BUILDTIME}' -w -s -buildid="
- name: Upload file to workspace
uses: actions/upload-artifact@v4
with: