diff --git a/action.yml b/action.yml index 2b47af5..7b68ab9 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: spec: description: 'Specify a file path for .spec file' required: False - default: pyinstaller.spec + default: *.spec outputs: output: description: 'The output of PyInstaller'