Skip to content

Commit c75e83a

Browse files
committed
fix some issues with the pipeline
1 parent f19c804 commit c75e83a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
$dateSuffix = Get-Date -Format "yyyyMMdd-HHmm"
4141
$newVersion = if ($isPrerelease) { "$tag-prerelease-$dateSuffix" } else { $tag }
4242
43-
$psd1 = Get-ChildItem -Path ./PSQuickGraph -Filter *.psd1 | Select-Object -First 1
43+
$psd1 = Get-Item ./PSGraph/PSQuickGraph.psd1
4444
if (-not $psd1) {
4545
Write-Error "Module manifest (.psd1) not found!"
4646
exit 1

0 commit comments

Comments
 (0)