Skip to content

Commit f514a00

Browse files
author
spark
committed
build: 更新 wails 构建动作引用
- 将 dAppServer/wails-build-action@latest替换为 dAppServer/wails-build-action - 此修改旨在解决特定版本冲突问题
1 parent 7fbe178 commit f514a00

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@latest
35+
uses: dAppServer/wails-build-action
3636
id: build
3737
with:
3838
build-name: ${{ matrix.build.name }}

0 commit comments

Comments
 (0)