Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Update Publish-Module Path parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhunt committed Nov 10, 2020
1 parent 3df8e00 commit 622247b
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 @@ -21,4 +21,4 @@ jobs:
env:
NUGET_KEY: ${{ secrets.PSGALLERYAPIKEY }}
shell: pwsh
run: Publish-Module -Path /release/signalfx -NuGetApiKey $env:NUGET_KEY -Verbose
run: Publish-Module -Path ./release/signalfx -NuGetApiKey $env:NUGET_KEY -Verbose

0 comments on commit 622247b

Please sign in to comment.