Skip to content

Commit

Permalink
ci:更新GitHubActions工作流
Browse files Browse the repository at this point in the history
- 修改了工作流中的构建步骤名称,从 "Build wails" 改为 "Build wails x go-stock"
- 这个更改更准确地描述了构建过程,即使用 wails 构建 go-stock 项目
  • Loading branch information
spark committed Feb 10, 2025
1 parent ddfc7c1 commit 2211141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2211141

Please # to comment.