Skip to content

Commit eb931de

Browse files
committed
revert to original
1 parent 669add4 commit eb931de

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ jobs:
6565
}
6666
6767
# Test that the module can be imported successfully
68-
$fullPath = Resolve-Path $manifestPath
69-
Import-Module $fullPath -Force
68+
Import-Module $manifestPath -Force
7069
$loadedModule = Get-Module PSBlogger
7170
Write-Host "Successfully imported module. Exported commands:"
7271
$loadedModule.ExportedCommands.Keys | Sort-Object | ForEach-Object { Write-Host " - $_" }

0 commit comments

Comments
 (0)