Skip to content

Commit addf448

Browse files
committed
additional changes
1 parent 05998a2 commit addf448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual-publish-powershell-gallery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
}
6666
6767
# Test that the module can be imported successfully
68-
$moduleDir = Split-Path $manifestPath
68+
$moduleDir = Resolve-Path (Split-Path $manifestPath)
6969
Import-Module $moduleDir -Force
7070
$loadedModule = Get-Module PSBlogger
7171
Write-Host "Successfully imported module. Exported commands:"

0 commit comments

Comments
 (0)