Skip to content

Commit

Permalink
Correct module path?
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwood committed Oct 20, 2023
1 parent ccd835f commit eb70ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Publish-Module -Path Rnwood.Dataverse.Data.PowerShell\bin\Release\net6.0\Rnwood.Dataverse.Data.PowerShell.psd1 -NuGetApiKey $env:NUGET_KEY -Verbose

0 comments on commit eb70ec1

Please sign in to comment.