From 528e81f703d8d0dd46882ace38848a045704cdc9 Mon Sep 17 00:00:00 2001 From: huoxue1 <3343780376@qq.com> Date: Wed, 6 Sep 2023 14:40:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2f4934a..5c58411 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,6 +13,8 @@ env: HTTPS_PROXY: "http://172.17.0.1:7890" GOPROXY: "https://goproxy.cn,direct" + + jobs: build: name: Build binary CI @@ -32,7 +34,7 @@ jobs: - name: Fetch all tags run: git fetch --force --tags - name: Run GoReleaser - uses: https://huoxue.link:12300/huoxue1/goreleaser-action@master + uses: https://github.com/goreleaser/goreleaser-action@v4 with: version: latest args: build --snapshot