From 9cdd37462273ec4fa856bb2832e6c71e33dc4004 Mon Sep 17 00:00:00 2001 From: Biplob SD <43641536+biplobsd@users.noreply.github.com> Date: Thu, 25 Jun 2020 17:37:37 +0600 Subject: [PATCH] default *.spec --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'