From 3b6705d6efc84e0367637844b762886fcf0880b6 Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Sat, 11 Oct 2025 12:36:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=92=8C=E6=9E=84=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build_tool.yaml | 3 +-- .gitignore | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_tool.yaml b/.gitea/workflows/build_tool.yaml index 2c97f55..0749a90 100644 --- a/.gitea/workflows/build_tool.yaml +++ b/.gitea/workflows/build_tool.yaml @@ -27,11 +27,10 @@ jobs: && go env -w GOARCH=amd64 \ && go env -w GOOS=windows \ && go mod tidy \ - && cd ./tool \ && go build -o 上传工具.exe - name: 上传构建文件 uses: actions/upload-artifact@v3 with: name: 上传工具 - path: tool/上传工具.exe + path: 上传工具.exe diff --git a/.gitignore b/.gitignore index 5b90e79..12bc0dc 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ go.work.sum # env file .env +/.idea +config.toml +/*.txt \ No newline at end of file