Skip to content

Commit

Permalink
build: 更新 wails 构建动作
Browse files Browse the repository at this point in the history
- 将 dAppServer/wails-build-action 替换为 ArvinLovegood/wails-build-action
- 指定使用2.3 版本的 wails 构建动作
  • Loading branch information
spark committed Jan 31, 2025
1 parent f514a00 commit 7f19d00
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 @@ -32,7 +32,7 @@ jobs:
submodules: recursive

- name: Build wails
uses: dAppServer/wails-build-action
uses: ArvinLovegood/wails-build-action@2.3
id: build
with:
build-name: ${{ matrix.build.name }}
Expand Down

0 comments on commit 7f19d00

Please sign in to comment.