default *.spec
This commit is contained in:
parent
b22424d290
commit
9cdd374622
|
@ -20,7 +20,7 @@ inputs:
|
||||||
spec:
|
spec:
|
||||||
description: 'Specify a file path for .spec file'
|
description: 'Specify a file path for .spec file'
|
||||||
required: False
|
required: False
|
||||||
default: pyinstaller.spec
|
default: *.spec
|
||||||
outputs:
|
outputs:
|
||||||
output:
|
output:
|
||||||
description: 'The output of PyInstaller'
|
description: 'The output of PyInstaller'
|
||||||
|
|
Loading…
Reference in New Issue