From ec0830c9a57b213e49583d7b79194c840b76cbeb Mon Sep 17 00:00:00 2001 From: Michael Jolley Date: Mon, 5 Feb 2024 16:13:43 -0600 Subject: [PATCH] Working on CI/CD process --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8573f91..ed140dd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,4 +42,4 @@ jobs: PS_GALLERY_API_KEY: ${{ secrets.PS_GALLERY_API_KEY }} shell: pwsh run: | - Publish-Module -Path "\dist" -NuGetApiKey $env:PS_GALLERY_API_KEY + Publish-Module -Path ./dist -NuGetApiKey $env:PS_GALLERY_API_KEY