We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7824c2b commit 4a6a3b3Copy full SHA for 4a6a3b3
action.yml
@@ -4,6 +4,10 @@ branding:
4
icon: 'box'
5
color: 'purple'
6
inputs:
7
+ production:
8
+ description: "PRODUCTION env var for wails build"
9
+ default: "false"
10
+ required: false
11
build:
12
description: "Platform to build for"
13
required: false
@@ -246,6 +250,7 @@ runs:
246
250
- name: Package App
247
251
if: inputs.build == 'true'
248
252
env:
253
+ PRODUCTION: ${{inputs.production}}
249
254
BUILD_OPTIONS: ${{ steps.build_options.outputs.BUILD_OPTIONS }}
255
LDFLAGS: ${{inputs.build-ldflags}}
256
working-directory: ${{ inputs.app-working-directory }}
0 commit comments