From 633f2d24ba419ba97f5783045ca824c91a22a702 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Wed, 25 Oct 2023 23:40:18 +0300 Subject: [PATCH] Update action.yml --- action.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 97b9f64..51bfdb6 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,15 @@ runs: using: 'docker' image: 'docker://mcr.microsoft.com/dotnet/sdk:6.0' args: - - ${{ inputs.command }} + - dotnet + - publish + - -c + - Release + - o + - out + - -r + - win-x64 + - --self-contained + - false + - /p:EnableWindowsTargeting=true