mirror of
https://github.com/JackMcKew/pyinstaller-action-windows
synced 2025-01-18 18:32:11 +08:00
Added requirements input
This commit is contained in:
parent
a8dee21ad0
commit
d22b0c4203
@ -21,6 +21,10 @@ inputs:
|
||||
description: 'Specify a file path for .spec file'
|
||||
required: False
|
||||
default: ""
|
||||
requirements:
|
||||
description: 'Specify a file path for requirements.txt file'
|
||||
required: False
|
||||
default: "requirements.txt"
|
||||
outputs:
|
||||
output:
|
||||
description: 'The output of PyInstaller'
|
||||
|
Loading…
Reference in New Issue
Block a user