From 64f1667f7606fd72ec0b18fd30b8a6fff9c23b5d Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 27 Nov 2025 15:54:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ae1f4df..f4e18f5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,7 +8,7 @@ jobs: - name: generate uses: docker://ccr.ccs.tencentyun.com/xiaoqidun/build:latest with: - args: build -f build.sh -i ihash.go -o release/ihash + args: -f build.sh -i ihash.go -o release/ihash - name: docker goenv uses: docker://ccr.ccs.tencentyun.com/xiaoqidun/goenv:latest env: