Skip to content

Commit 54fd089

Browse files
committed
build: Remove verbose logging from Wails build command.
1 parent d7a9300 commit 54fd089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Wails Build
6969
run: |
70-
wails build -platform ${{ matrix.platform }} -clean ${{ matrix.args }} -verbosity 2 -ldflags "-X main.AppVersion=${{ github.ref_name }}"
70+
wails build -platform ${{ matrix.platform }} -clean ${{ matrix.args }} -ldflags "-X main.AppVersion=${{ github.ref_name }}"
7171
7272
- name: Rename and Prepare Binary
7373
shell: bash

0 commit comments

Comments
 (0)