From 622247bede65ba33cf2fec32a2c57ec7a2d7e1fa Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Tue, 10 Nov 2020 11:33:43 -0500 Subject: [PATCH] Update Publish-Module Path parameter --- .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 b66f7c3..8455955 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,4 +21,4 @@ jobs: env: NUGET_KEY: ${{ secrets.PSGALLERYAPIKEY }} shell: pwsh - run: Publish-Module -Path /release/signalfx -NuGetApiKey $env:NUGET_KEY -Verbose \ No newline at end of file + run: Publish-Module -Path ./release/signalfx -NuGetApiKey $env:NUGET_KEY -Verbose \ No newline at end of file