From e0d1a60349ab064defedf728c589b835dfef0cad Mon Sep 17 00:00:00 2001 From: "Thyge S. Steffensen" Date: Fri, 18 Mar 2022 14:36:49 +0100 Subject: [PATCH] ci: Changed path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf48fca..1bbd9cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: run: dotnet new tool-manifest && dotnet tool install EAVFW.Extensions.Docs.TransformToMarkdown --version 1.0.0 - name: Generate docs - run: dotnet tool run tomd --input artifacts/ExpressionEngine/Release/net5.0/ExpressionEngine.xml --output artifacts/Documentation.md + run: dotnet tool run tomd --input ExpressionEngine/bin/Release/net5.0/ExpressionEngine.xml --output artifacts/Documentation.md - name: Release to GitHub and NuGet working-directory: .\\.github\\workflows