From ceb84b6cdd79289442be18581e9c208e3194302c Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Wed, 25 Oct 2023 23:53:42 +0300 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 0bf2df9..36efff3 100644 --- a/action.yml +++ b/action.yml @@ -16,11 +16,11 @@ inputs: description: 'Target platform' required: true default: win-x64 - self-contained: + self-contained: description: 'Pack all to executable' required: true default: false - windows-targeting: + windows-targeting: description: 'Enable or disable windows targeting' required: true default: true