Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit d566af8

Browse files
Add verbose build for wails
1 parent 9c27892 commit d566af8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ !env.ACT }}
3939
run: |
4040
cd ./src/flowcontrol
41-
wails build -x windows/amd64
41+
wails build -x windows/amd64 --verbose
4242
# If building locally, ensure we don't compile for a specific architecture due to docker in docker requirements
4343
- name: Build project
4444
if: ${{ env.ACT }}
@@ -49,7 +49,6 @@ jobs:
4949
- name: Build project
5050
run: |
5151
sudo apt-get -y install tree
52-
tree ./src/flowcontrol
5352
tree ./src/flowcontrol/build
5453
# Setup dotnet
5554
- uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)