We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a9300 commit 54fd089Copy full SHA for 54fd089
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Wails Build
69
run: |
70
- wails build -platform ${{ matrix.platform }} -clean ${{ matrix.args }} -verbosity 2 -ldflags "-X main.AppVersion=${{ github.ref_name }}"
+ wails build -platform ${{ matrix.platform }} -clean ${{ matrix.args }} -ldflags "-X main.AppVersion=${{ github.ref_name }}"
71
72
- name: Rename and Prepare Binary
73
shell: bash
0 commit comments