Skip to content

Commit

Permalink
build: 更新 wails 构建动作引用
Browse files Browse the repository at this point in the history
- 将 dAppServer/wails-build-action@latest替换为 dAppServer/wails-build-action
- 此修改旨在解决特定版本冲突问题
  • Loading branch information
spark committed Jan 31, 2025
1 parent 7fbe178 commit f514a00
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@latest
uses: dAppServer/wails-build-action
id: build
with:
build-name: ${{ matrix.build.name }}
Expand Down

0 comments on commit f514a00

Please sign in to comment.