From eb70ec1a84030344ae4d4bd2a4e2c87d6298c534 Mon Sep 17 00:00:00 2001 From: Rob Wood Date: Fri, 20 Oct 2023 20:18:17 +0100 Subject: [PATCH] Correct module path? --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f428438..50f6a23 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,4 +16,4 @@ jobs: shell: pwsh run: | dotnet build -c Release -f net6.0 - Publish-Module -Path Rnwood.Dataverse.Data.PowerShell\bin\Release\net6.0 -NuGetApiKey $env:NUGET_KEY -Verbose \ No newline at end of file + Publish-Module -Path Rnwood.Dataverse.Data.PowerShell\bin\Release\net6.0\Rnwood.Dataverse.Data.PowerShell.psd1 -NuGetApiKey $env:NUGET_KEY -Verbose \ No newline at end of file