From 9d191889d070b4ad364a0a719e5d860544e673a7 Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Fri, 15 May 2026 18:43:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20composite=20action?= =?UTF-8?q?=20=E4=B8=AD=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84=20timeout-minu?= =?UTF-8?q?tes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/build-release/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/build-release/action.yml b/.github/actions/build-release/action.yml index 35f54fa..d73b0f0 100644 --- a/.github/actions/build-release/action.yml +++ b/.github/actions/build-release/action.yml @@ -29,27 +29,23 @@ runs: cache: true - name: 安装 C 编译工具 - timeout-minutes: 10 shell: bash run: | sudo apt-get update -qq sudo apt-get install -y gcc make mingw-w64 gcc-multilib g++-multilib - name: 下载依赖 - timeout-minutes: 5 shell: bash run: | go mod download go mod verify - name: 安装 UPX - timeout-minutes: 2 uses: crazy-max/ghaction-upx@v3 with: install-only: true - name: 使用 GoReleaser 构建 - timeout-minutes: 60 uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser