From b06daa9fd29165d1a5a028ce2744345b36cf61e6 Mon Sep 17 00:00:00 2001 From: Michael Zanatta Date: Sun, 27 Nov 2022 14:28:57 +1000 Subject: [PATCH] Fix build workflow --- .github/workflows/publish_to_psgallery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_psgallery.yml b/.github/workflows/publish_to_psgallery.yml index 57a48fa..f760f6f 100644 --- a/.github/workflows/publish_to_psgallery.yml +++ b/.github/workflows/publish_to_psgallery.yml @@ -26,7 +26,7 @@ jobs: - name: Publishing run: $params = @{ - Path = '.\Build\SRDSC'; + Path = '.\_Build\SRDSC'; NuGetApiKey = '${{ secrets.PSGALLERY }}'; Tags = "ScriptRunner","DSC"; ProjectUri = [uri]::new('https://github.com/ZanattaMichael/SRDSC');