From 7c6d73e9f31598ab6e92ab62723ad7a491ab11bc Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Thu, 27 Apr 2023 16:53:19 +0300 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index dbc7fe8..1b6607f 100644 --- a/action.yml +++ b/action.yml @@ -66,6 +66,7 @@ runs: - run: dotnet pack _actions_docfx/src/docfx -c Release -o ./drop/nuget shell: pwsh - run: dotnet nuget add source _actions_docfx/drop/nuget --name local-packages + working-directory: _actions_docfx shell: pwsh - run: dotnet tool update --global docfx working-directory: _actions_docfx