diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index f93d3d5..341ff43 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -67,7 +67,7 @@ jobs: shell: pwsh run: | $apiKey = '${{ secrets.POWERSHELLGALLERY }}' - $modulePath = "C:\a\PiHoleShell\PiHoleShell\PiHoleShell" # Change to your actual module folder + $modulePath = "PiHoleShell" # Change to your actual module folder $manifest = Get-ChildItem -Path $modulePath -Filter PiHoleShell.psd1 -Recurse | Select-Object -First 1 Get-Content $($manifest.fullname) -replace '0.0.0', ${{ steps.bump.outputs.new_tag }} | Out-File $manifest.fullname