default *.spec

This commit is contained in:
Biplob SD 2020-06-25 17:37:37 +06:00 committed by GitHub
parent b22424d290
commit 9cdd374622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'