From 22111411c3587da398a6b7d26a9ccc35fc8682f8 Mon Sep 17 00:00:00 2001 From: spark Date: Mon, 10 Feb 2025 14:12:38 +0800 Subject: [PATCH] =?UTF-8?q?ci:=E6=9B=B4=E6=96=B0GitHubActions=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改了工作流中的构建步骤名称,从 "Build wails" 改为 "Build wails x go-stock" - 这个更改更准确地描述了构建过程,即使用 wails 构建 go-stock 项目 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63d6c2a..2abe0a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: $commit_message = & git log -1 --pretty=format:"%s" echo "::set-output name=commit_message::$commit_message" - - name: Build wails + - name: Build wails x go-stock uses: ArvinLovegood/wails-build-action@v2.8 id: build with: