File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,10 @@ inputs:
107
107
description : " Windows Signing Certificate Password"
108
108
required : false
109
109
default : ' '
110
-
110
+ wails-dev-build :
111
+ description : " Use provided wails"
112
+ required : false
113
+ default : " false"
111
114
runs :
112
115
using : " composite"
113
116
steps :
@@ -155,6 +158,7 @@ runs:
155
158
# Setup and configure GoLang
156
159
- name : Setup GoLang
157
160
uses : actions/setup-go@v5
161
+ if : inputs.wails-dev-build == 'false'
158
162
with :
159
163
check-latest : true
160
164
cache : ${{ inputs.build-cache }}
@@ -179,7 +183,7 @@ runs:
179
183
run : ${{inputs.deno-build}}
180
184
# install wails
181
185
- name : Install Wails
182
- if : inputs.build == 'true'
186
+ if : inputs.build == 'true' && inputs.wails-dev-build == 'false'
183
187
run : go install github.com/wailsapp/wails/v2/cmd/wails@${{inputs.wails-version}}
184
188
shell : bash
185
189
- name : Install macOS Wails deps
You can’t perform that action at this time.
0 commit comments