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