Skip to content

Commit 4a6a3b3

Browse files
author
Andrew Krueger
committed
pass production through
1 parent 7824c2b commit 4a6a3b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ branding:
44
icon: 'box'
55
color: 'purple'
66
inputs:
7+
production:
8+
description: "PRODUCTION env var for wails build"
9+
default: "false"
10+
required: false
711
build:
812
description: "Platform to build for"
913
required: false
@@ -246,6 +250,7 @@ runs:
246250
- name: Package App
247251
if: inputs.build == 'true'
248252
env:
253+
PRODUCTION: ${{inputs.production}}
249254
BUILD_OPTIONS: ${{ steps.build_options.outputs.BUILD_OPTIONS }}
250255
LDFLAGS: ${{inputs.build-ldflags}}
251256
working-directory: ${{ inputs.app-working-directory }}

0 commit comments

Comments
 (0)