We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19c804 commit c75e83aCopy full SHA for c75e83a
1 file changed
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
$dateSuffix = Get-Date -Format "yyyyMMdd-HHmm"
41
$newVersion = if ($isPrerelease) { "$tag-prerelease-$dateSuffix" } else { $tag }
42
43
- $psd1 = Get-ChildItem -Path ./PSQuickGraph -Filter *.psd1 | Select-Object -First 1
+ $psd1 = Get-Item ./PSGraph/PSQuickGraph.psd1
44
if (-not $psd1) {
45
Write-Error "Module manifest (.psd1) not found!"
46
exit 1
0 commit comments