Skip to content

Commit b25ec59

Browse files
committed
Yet More Path Fixes
1 parent 2c88116 commit b25ec59

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
@@ -58,7 +58,7 @@ jobs:
5858
5959
$OldName = $File.Name
6060
$NewName = ($File.Name -replace ("${{ github.event.repository.name }}"+$OldSuffix),"${{ env.PKG_NAME }}.")
61-
$NewItem = ("${{ env.PKG_NAME }}"+$SubDir+$NewName)
61+
$NewItem = ("UT2004/${{ env.PKG_NAME }}"+$SubDir+$NewName)
6262
Write-Output ($SubDir + $OldName + " -> " + $SubDir + $NewName)
6363
if (Test-Path -Path $NewItem) { Remove-Item $NewItem }
6464
(Get-Content -Path $File.FullName) | ForEach-Object {

0 commit comments

Comments
 (0)