Skip to content

Commit 7fbe178

Browse files
author
spark
committed
build: 更新 Wails 构建动作版本
- 将 dAppServer/wails-build-action 版本从 v2.2 修改为 latest - 此更改确保使用最新版本的 Wails 构建动作,可能包含未记录的最新功能和修复
1 parent 40fe30c commit 7fbe178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: recursive
3333

3434
- name: Build wails
35-
uses: dAppServer/wails-build-action@v2.2
35+
uses: dAppServer/wails-build-action@latest
3636
id: build
3737
with:
3838
build-name: ${{ matrix.build.name }}

0 commit comments

Comments
 (0)