We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7ee2d commit 2c88116Copy full SHA for 2c88116
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
[string]$NewSuffix
76
)
77
if (Test-Path -Path ("UT2004/${{ env.PKG_NAME }}"+$SubDir+$FilePattern)) {
78
- Get-ChildItem ("${{ env.PKG_NAME }}"+$SubDir+$FilePattern) | ForEach-Object {
+ Get-ChildItem ("UT2004/${{ env.PKG_NAME }}"+$SubDir+$FilePattern) | ForEach-Object {
79
Replace-PackageName-File $_ $SubDir $OldSuffix $NewSuffix
80
}
81
0 commit comments