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

Commit 622247b

Browse files
committed
Update Publish-Module Path parameter
1 parent 3df8e00 commit 622247b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
env:
2222
NUGET_KEY: ${{ secrets.PSGALLERYAPIKEY }}
2323
shell: pwsh
24-
run: Publish-Module -Path /release/signalfx -NuGetApiKey $env:NUGET_KEY -Verbose
24+
run: Publish-Module -Path ./release/signalfx -NuGetApiKey $env:NUGET_KEY -Verbose

0 commit comments

Comments
 (0)