Skip to content

Commit 2c88116

Browse files
committed
More Path Fixes
1 parent 2c7ee2d commit 2c88116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
[string]$NewSuffix
7676
)
7777
if (Test-Path -Path ("UT2004/${{ env.PKG_NAME }}"+$SubDir+$FilePattern)) {
78-
Get-ChildItem ("${{ env.PKG_NAME }}"+$SubDir+$FilePattern) | ForEach-Object {
78+
Get-ChildItem ("UT2004/${{ env.PKG_NAME }}"+$SubDir+$FilePattern) | ForEach-Object {
7979
Replace-PackageName-File $_ $SubDir $OldSuffix $NewSuffix
8080
}
8181
}

0 commit comments

Comments
 (0)