Skip to content

Commit ca14d07

Browse files
committed
Move helper scripts
1 parent d718ffb commit ca14d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugoalh.GitHubActionsToolkit/_get-package-members.ps1 renamed to _get-package-members.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This script is help for copy members to the file `hugoalh.GitHubActionsToolkit.psd1` for best performance, and use for debug.
55
#>
66
[String]$PackageName = 'hugoalh.GitHubActionsToolkit'
7-
Import-Module -Name (Join-Path -Path $PSScriptRoot -ChildPath "$PackageName.psm1") -Scope 'Local'
7+
Import-Module -Name (Join-Path -Path $PSScriptRoot -ChildPath $PackageName -AdditionalChildPath "$PackageName.psm1") -Scope 'Local'
88
[PSCustomObject[]]$PackageCommands = Get-Command -Module $PackageName -ListImported
99
ForEach ($CommandType In @('Function', 'Alias')) {
1010
$PackageCommands |

0 commit comments

Comments
 (0)