From bc0cbb72c2140cbbe868e109ce7917737c429f34 Mon Sep 17 00:00:00 2001 From: Fizban Date: Wed, 3 Jun 2020 00:22:44 +1000 Subject: [PATCH] Rem slash --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e783e76..3dc8a1c 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: path: description: 'Directory containing source code & .spec file (optional requirements.txt).' required: True - default: src/ + default: src outputs: output: description: 'The output of PyInstaller'